ActiViz .NET
5.8.0
|
vtkAbstractMapper - abstract class specifies interface to map data More...
Public Member Functions | |
vtkAbstractMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
void | AddClippingPlane (vtkPlane plane) |
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). | |
virtual vtkPlaneCollection | GetClippingPlanes () |
Get/Set the vtkPlaneCollection which specifies the clipping planes. | |
override uint | GetMTime () |
Override Modifiedtime as we have added Clipping planes. | |
virtual double | GetTimeToDraw () |
Get the time required to draw the geometry last time it was rendered. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAbstractMapper | NewInstance () |
Undocumented Block. | |
virtual void | ReleaseGraphicsResources (vtkWindow arg0) |
Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release. | |
void | RemoveAllClippingPlanes () |
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). | |
void | RemoveClippingPlane (vtkPlane plane) |
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). | |
virtual void | SetClippingPlanes (vtkPlaneCollection arg0) |
Get/Set the vtkPlaneCollection which specifies the clipping planes. | |
void | SetClippingPlanes (vtkPlanes planes) |
An alternative way to set clipping planes: use up to six planes found in the supplied instance of the implicit function vtkPlanes. | |
void | ShallowCopy (vtkAbstractMapper m) |
Make a shallow copy of this mapper. | |
Static Public Member Functions | |
static vtkDataArray | GetScalars (vtkDataSet input, int scalarMode, int arrayAccessMode, int arrayId, string arrayName, ref int cellFlag) |
Internal helper function for getting the active scalars. The scalar mode indicates where the scalars come from. The cellFlag is a return value that is set when the scalars actually are cell scalars. (0 for point scalars, 1 for cell scalars, 2 for field scalars) The arrayAccessMode is used to indicate how to retrieve the scalars from field data, per id or per name (if the scalarMode indicates that). | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAbstractMapper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAbstractMapper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkAbstractMapper" |
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 void | vtkAbstractMapper_AddClippingPlane_01 (HandleRef pThis, HandleRef plane) |
static internal IntPtr | vtkAbstractMapper_GetClippingPlanes_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkAbstractMapper_GetMTime_03 (HandleRef pThis) |
static internal IntPtr | vtkAbstractMapper_GetScalars_04 (HandleRef input, int scalarMode, int arrayAccessMode, int arrayId, string arrayName, ref int cellFlag, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkAbstractMapper_GetTimeToDraw_05 (HandleRef pThis) |
static internal int | vtkAbstractMapper_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkAbstractMapper_IsTypeOf_07 (string type) |
static internal IntPtr | vtkAbstractMapper_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAbstractMapper_ReleaseGraphicsResources_09 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkAbstractMapper_RemoveAllClippingPlanes_10 (HandleRef pThis) |
static internal void | vtkAbstractMapper_RemoveClippingPlane_11 (HandleRef pThis, HandleRef plane) |
static internal IntPtr | vtkAbstractMapper_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAbstractMapper_SetClippingPlanes_13 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkAbstractMapper_SetClippingPlanes_14 (HandleRef pThis, HandleRef planes) |
static internal void | vtkAbstractMapper_ShallowCopy_15 (HandleRef pThis, HandleRef m) |
Static Private Member Functions | |
static | vtkAbstractMapper () |
Automatically generated type registration mechanics. |
vtkAbstractMapper - abstract class specifies interface to map data
Description vtkAbstractMapper is an abstract class to specify interface between data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper can be used for rendering 2D data, geometry, or volumetric data.
vtkAbstractMapper3D vtkMapper vtkPolyDataMapper vtkVolumeMapper
static Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
void Kitware.VTK.vtkAbstractMapper.AddClippingPlane | ( | vtkPlane | plane | ) |
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
override void Kitware.VTK.vtkAbstractMapper.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.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkMapper2D, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkVolumeMapper, and Kitware.VTK.vtkVolumeTextureMapper.
virtual vtkPlaneCollection Kitware.VTK.vtkAbstractMapper.GetClippingPlanes | ( | ) | [virtual] |
Get/Set the vtkPlaneCollection which specifies the clipping planes.
override uint Kitware.VTK.vtkAbstractMapper.GetMTime | ( | ) | [virtual] |
Override Modifiedtime as we have added Clipping planes.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, and Kitware.VTK.vtkDataSetMapper.
static vtkDataArray Kitware.VTK.vtkAbstractMapper.GetScalars | ( | vtkDataSet | input, |
int | scalarMode, | ||
int | arrayAccessMode, | ||
int | arrayId, | ||
string | arrayName, | ||
ref int | cellFlag | ||
) | [static] |
Internal helper function for getting the active scalars. The scalar mode indicates where the scalars come from. The cellFlag is a return value that is set when the scalars actually are cell scalars. (0 for point scalars, 1 for cell scalars, 2 for field scalars) The arrayAccessMode is used to indicate how to retrieve the scalars from field data, per id or per name (if the scalarMode indicates that).
virtual double Kitware.VTK.vtkAbstractMapper.GetTimeToDraw | ( | ) | [virtual] |
Get the time required to draw the geometry last time it was rendered.
override int Kitware.VTK.vtkAbstractMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkMapper2D.
static new int Kitware.VTK.vtkAbstractMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkMapper2D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkMapper2D.
virtual void Kitware.VTK.vtkAbstractMapper.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.
Reimplemented in Kitware.VTK.vtkMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, and Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
void Kitware.VTK.vtkAbstractMapper.RemoveClippingPlane | ( | vtkPlane | plane | ) |
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
static new vtkAbstractMapper Kitware.VTK.vtkAbstractMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkMapper2D, Kitware.VTK.vtkHierarchicalPolyDataMapper, and Kitware.VTK.vtkCompositePolyDataMapper2.
virtual void Kitware.VTK.vtkAbstractMapper.SetClippingPlanes | ( | vtkPlaneCollection | arg0 | ) | [virtual] |
Get/Set the vtkPlaneCollection which specifies the clipping planes.
void Kitware.VTK.vtkAbstractMapper.SetClippingPlanes | ( | vtkPlanes | planes | ) |
An alternative way to set clipping planes: use up to six planes found in the supplied instance of the implicit function vtkPlanes.
Make a shallow copy of this mapper.
Reimplemented in Kitware.VTK.vtkMapper, Kitware.VTK.vtkPolyDataMapper2D, and Kitware.VTK.vtkPolyDataMapper.
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_AddClippingPlane_01 | ( | HandleRef | pThis, |
HandleRef | plane | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_GetClippingPlanes_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_GetMTime_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_GetScalars_04 | ( | HandleRef | input, |
int | scalarMode, | ||
int | arrayAccessMode, | ||
int | arrayId, | ||
string | arrayName, | ||
ref int | cellFlag, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_GetTimeToDraw_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_ReleaseGraphicsResources_09 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_RemoveAllClippingPlanes_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_RemoveClippingPlane_11 | ( | HandleRef | pThis, |
HandleRef | plane | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_SetClippingPlanes_13 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_SetClippingPlanes_14 | ( | HandleRef | pThis, |
HandleRef | planes | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper.vtkAbstractMapper_ShallowCopy_15 | ( | HandleRef | pThis, |
HandleRef | m | ||
) | [private] |
new readonly string Kitware.VTK.vtkAbstractMapper.MRClassNameKey = "17vtkAbstractMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeTextureMapper2D, and Kitware.VTK.vtkVolumeTextureMapper3D.
new const string Kitware.VTK.vtkAbstractMapper.MRFullTypeName = "Kitware.VTK.vtkAbstractMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkAbstractMapper3D, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkMapper2D, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeTextureMapper2D, and Kitware.VTK.vtkVolumeTextureMapper3D.