ActiViz .NET
5.8.0
|
vtkCompositePolyDataMapper - a class that renders hierarchical polygonal data More...
Public Member Functions | |
vtkCompositePolyDataMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCompositePolyDataMapper () | |
Undocumented Block. | |
override double[] | GetBounds () |
Standard vtkProp method to get 3D bounds of a 3D prop. | |
override void | GetBounds (IntPtr bounds) |
Standard vtkProp method to get 3D bounds of a 3D prop. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCompositePolyDataMapper | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Release the underlying resources associated with this mapper. | |
override void | Render (vtkRenderer ren, vtkActor a) |
Standard method for rendering a mapper. This method will be called by the actor. | |
Static Public Member Functions | |
static new vtkCompositePolyDataMapper | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCompositePolyDataMapper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCompositePolyDataMapper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkCompositePolyDataMapper" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkCompositePolyDataMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCompositePolyDataMapper_GetBounds_01 (HandleRef pThis) |
static internal void | vtkCompositePolyDataMapper_GetBounds_02 (HandleRef pThis, IntPtr bounds) |
static internal int | vtkCompositePolyDataMapper_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkCompositePolyDataMapper_IsTypeOf_04 (string type) |
static internal IntPtr | vtkCompositePolyDataMapper_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCompositePolyDataMapper_ReleaseGraphicsResources_07 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkCompositePolyDataMapper_Render_08 (HandleRef pThis, HandleRef ren, HandleRef a) |
static internal IntPtr | vtkCompositePolyDataMapper_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkCompositePolyDataMapper () |
Automatically generated type registration mechanics. |
vtkCompositePolyDataMapper - a class that renders hierarchical polygonal data
Description This class uses a set of vtkPolyDataMappers to render input data which may be hierarchical. The input to this mapper may be either vtkPolyData or a vtkCompositeDataSet built from polydata. If something other than vtkPolyData is encountered, an error message will be produced.
static Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCompositePolyDataMapper.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
override double [] Kitware.VTK.vtkCompositePolyDataMapper.GetBounds | ( | ) | [virtual] |
Standard vtkProp method to get 3D bounds of a 3D prop.
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkCompositePolyDataMapper.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Standard vtkProp method to get 3D bounds of a 3D prop.
Reimplemented from Kitware.VTK.vtkMapper.
override int Kitware.VTK.vtkCompositePolyDataMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
static new int Kitware.VTK.vtkCompositePolyDataMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
static new vtkCompositePolyDataMapper Kitware.VTK.vtkCompositePolyDataMapper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
override void Kitware.VTK.vtkCompositePolyDataMapper.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Release the underlying resources associated with this mapper.
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkCompositePolyDataMapper.Render | ( | vtkRenderer | ren, |
vtkActor | a | ||
) | [virtual] |
Standard method for rendering a mapper. This method will be called by the actor.
Reimplemented from Kitware.VTK.vtkMapper.
static new vtkCompositePolyDataMapper Kitware.VTK.vtkCompositePolyDataMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
static internal IntPtr Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_GetBounds_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_GetBounds_02 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal int Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_ReleaseGraphicsResources_07 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_Render_08 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
HandleRef | a | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePolyDataMapper.vtkCompositePolyDataMapper_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkCompositePolyDataMapper.MRClassNameKey = "26vtkCompositePolyDataMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.
new const string Kitware.VTK.vtkCompositePolyDataMapper.MRFullTypeName = "Kitware.VTK.vtkCompositePolyDataMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkHierarchicalPolyDataMapper.