ActiViz .NET
5.8.0
|
vtkAbstractMapper3D - abstract class specifies interface to map 3D data More...
Public Member Functions | |
vtkAbstractMapper3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual double[] | GetBounds () |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Update this->Bounds as a side effect. | |
virtual void | GetBounds (IntPtr bounds) |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
double[] | GetCenter () |
Return the Center of this mapper's data. | |
void | GetCenter (IntPtr center) |
Return the Center of this mapper's data. | |
double | GetLength () |
Return the diagonal length of this mappers bounding box. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual int | IsARayCastMapper () |
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper. | |
virtual int | IsARenderIntoImageMapper () |
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer. | |
new vtkAbstractMapper3D | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAbstractMapper3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAbstractMapper3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkAbstractMapper3D" |
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 | vtkAbstractMapper3D_GetBounds_01 (HandleRef pThis) |
static internal void | vtkAbstractMapper3D_GetBounds_02 (HandleRef pThis, IntPtr bounds) |
static internal IntPtr | vtkAbstractMapper3D_GetCenter_03 (HandleRef pThis) |
static internal void | vtkAbstractMapper3D_GetCenter_04 (HandleRef pThis, IntPtr center) |
static internal double | vtkAbstractMapper3D_GetLength_05 (HandleRef pThis) |
static internal int | vtkAbstractMapper3D_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkAbstractMapper3D_IsARayCastMapper_07 (HandleRef pThis) |
static internal int | vtkAbstractMapper3D_IsARenderIntoImageMapper_08 (HandleRef pThis) |
static internal int | vtkAbstractMapper3D_IsTypeOf_09 (string type) |
static internal IntPtr | vtkAbstractMapper3D_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractMapper3D_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkAbstractMapper3D () |
Automatically generated type registration mechanics. |
vtkAbstractMapper3D - abstract class specifies interface to map 3D data
Description vtkAbstractMapper3D is an abstract class to specify interface between 3D data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper3D can be used for rendering geometry or rendering volumetric data.
This class also defines an API to support hardware clipping planes (at most six planes can be defined). It also provides geometric data about the input data it maps, such as the bounding box and center.
vtkAbstractMapper vtkMapper vtkPolyDataMapper vtkVolumeMapper
static Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkAbstractMapper3D.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.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, 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.vtkAbstractVolumeMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkVolumeMapper, and Kitware.VTK.vtkVolumeTextureMapper.
virtual double [] Kitware.VTK.vtkAbstractMapper3D.GetBounds | ( | ) | [virtual] |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Update this->Bounds as a side effect.
Reimplemented in Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkPolyDataMapper, and Kitware.VTK.vtkAbstractVolumeMapper.
virtual void Kitware.VTK.vtkAbstractMapper3D.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented in Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkPolyDataMapper, and Kitware.VTK.vtkAbstractVolumeMapper.
double [] Kitware.VTK.vtkAbstractMapper3D.GetCenter | ( | ) |
Return the Center of this mapper's data.
void Kitware.VTK.vtkAbstractMapper3D.GetCenter | ( | IntPtr | center | ) |
Return the Center of this mapper's data.
double Kitware.VTK.vtkAbstractMapper3D.GetLength | ( | ) |
Return the diagonal length of this mappers bounding box.
override int Kitware.VTK.vtkAbstractMapper3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
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.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, 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.vtkOpenGLProjectedAAHexahedraMapper, and Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.
virtual int Kitware.VTK.vtkAbstractMapper3D.IsARayCastMapper | ( | ) | [virtual] |
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper.
virtual int Kitware.VTK.vtkAbstractMapper3D.IsARenderIntoImageMapper | ( | ) | [virtual] |
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer.
static new int Kitware.VTK.vtkAbstractMapper3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
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.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, and Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
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.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, and Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.
static new vtkAbstractMapper3D Kitware.VTK.vtkAbstractMapper3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
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.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkHierarchicalPolyDataMapper, and Kitware.VTK.vtkCompositePolyDataMapper2.
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetBounds_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetBounds_02 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetCenter_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetCenter_04 | ( | HandleRef | pThis, |
IntPtr | center | ||
) | [private] |
static internal double Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetLength_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsARayCastMapper_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsARenderIntoImageMapper_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkAbstractMapper3D.MRClassNameKey = "19vtkAbstractMapper3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, 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.vtkAbstractMapper3D.MRFullTypeName = "Kitware.VTK.vtkAbstractMapper3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkHierarchicalPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkCompositePolyDataMapper2, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, 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.