ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkStructuredPoints Class Reference

vtkStructuredPoints - A subclass of ImageData. More...

Inheritance diagram for Kitware.VTK.vtkStructuredPoints:
[legend]
Collaboration diagram for Kitware.VTK.vtkStructuredPoints:
[legend]

List of all members.

Public Member Functions

 vtkStructuredPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkStructuredPoints ()
 Undocumented Block.
override int GetDataObjectType ()
 To simplify filter superclasses,.
override int IsA (string type)
 Undocumented Block.
new vtkStructuredPoints NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkStructuredPoints New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkStructuredPoints SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkStructuredPoints"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkStructuredPoints"
 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 vtkStructuredPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkStructuredPoints_GetDataObjectType_01 (HandleRef pThis)
static internal int vtkStructuredPoints_IsA_02 (HandleRef pThis, string type)
static internal int vtkStructuredPoints_IsTypeOf_03 (string type)
static internal IntPtr vtkStructuredPoints_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStructuredPoints_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkStructuredPoints ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStructuredPoints - A subclass of ImageData.

Description StructuredPoints is a subclass of ImageData that requires the data extent to exactly match the update extent. Normall image data allows that the data extent may be larger than the update extent. StructuredPoints also defines the origin differently that vtkImageData. For structured points the origin is the location of first point. Whereas images define the origin as the location of point 0, 0, 0. Image Origin is stored in ivar, and structured points have special methods for setting/getting the origin/extents.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkStructuredPoints.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.vtkImageData.

To simplify filter superclasses,.

Reimplemented from Kitware.VTK.vtkImageData.

override int Kitware.VTK.vtkStructuredPoints.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageData.

static new int Kitware.VTK.vtkStructuredPoints.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_GetDataObjectType_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStructuredPoints.vtkStructuredPoints_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStructuredPoints.MRClassNameKey = "19vtkStructuredPoints" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageData.

new const string Kitware.VTK.vtkStructuredPoints.MRFullTypeName = "Kitware.VTK.vtkStructuredPoints"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageData.


The documentation for this class was generated from the following file: