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.vtkStructuredData Class Reference

vtkStructuredData - abstract class for topologically regular data More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static int ComputeCellId (IntPtr dim, IntPtr ijk)
 Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the cell id. This method does not adjust for the beginning of the extent.
static int ComputeCellIdForExtent (IntPtr extent, IntPtr ijk)
 Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id.
static int ComputePointId (IntPtr dim, IntPtr ijk)
 Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the point id. This method does not adjust for the beginning of the extent.
static int ComputePointIdForExtent (IntPtr extent, IntPtr ijk)
 Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id.
static void GetCellNeighbors (int cellId, vtkIdList ptIds, vtkIdList cellIds, IntPtr dim)
 Get the cells using the points ptIds, exclusive of the cell cellId. (See vtkDataSet for more info.)
static void GetCellPoints (int cellId, vtkIdList ptIds, int dataDescription, IntPtr dim)
 Get the points defining a cell. (See vtkDataSet for more info.)
static int GetDataDescription (IntPtr dims)
 Returns the data description given the dimensions (eg. VTK_SINGLE_POINT, VTK_X_LINE, VTK_XY_PLANE etc.)
static int GetDataDimension (int dataDescription)
 Return the topological dimension of the data (e.g., 0, 1, 2, or 3D).
static void GetPointCells (int ptId, vtkIdList cellIds, IntPtr dim)
 Get the cells using a point. (See vtkDataSet for more info.)
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkStructuredData SafeDownCast (vtkObjectBase o)
 Undocumented Block.
static int SetDimensions (IntPtr inDim, IntPtr dim)
 Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned.
static int SetExtent (IntPtr inExt, IntPtr ext)
 Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkStructuredData"
 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 int vtkStructuredData_ComputeCellId_01 (IntPtr dim, IntPtr ijk)
static internal int vtkStructuredData_ComputeCellIdForExtent_02 (IntPtr extent, IntPtr ijk)
static internal int vtkStructuredData_ComputePointId_03 (IntPtr dim, IntPtr ijk)
static internal int vtkStructuredData_ComputePointIdForExtent_04 (IntPtr extent, IntPtr ijk)
static internal void vtkStructuredData_GetCellNeighbors_05 (int cellId, HandleRef ptIds, HandleRef cellIds, IntPtr dim)
static internal void vtkStructuredData_GetCellPoints_06 (int cellId, HandleRef ptIds, int dataDescription, IntPtr dim)
static internal int vtkStructuredData_GetDataDescription_07 (IntPtr dims)
static internal int vtkStructuredData_GetDataDimension_08 (int dataDescription)
static internal void vtkStructuredData_GetPointCells_09 (int ptId, HandleRef cellIds, IntPtr dim)
static internal int vtkStructuredData_IsA_10 (HandleRef pThis, string type)
static internal int vtkStructuredData_IsTypeOf_11 (string type)
static internal IntPtr vtkStructuredData_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStructuredData_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkStructuredData_SetDimensions_14 (IntPtr inDim, IntPtr dim)
static internal int vtkStructuredData_SetExtent_15 (IntPtr inExt, IntPtr ext)

Static Private Member Functions

static vtkStructuredData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStructuredData - abstract class for topologically regular data

Description vtkStructuredData is an abstract class that specifies an interface for topologically regular data. Regular data is data that can be accessed in rectangular fashion using an i-j-k index. A finite difference grid, a volume, or a pixmap are all considered regular.

vtkStructuredGrid vtkUniformGrid vtkRectilinearGrid vtkRectilinearGrid


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

static int Kitware.VTK.vtkStructuredData.ComputeCellId ( IntPtr  dim,
IntPtr  ijk 
) [static]

Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the cell id. This method does not adjust for the beginning of the extent.

static int Kitware.VTK.vtkStructuredData.ComputeCellIdForExtent ( IntPtr  extent,
IntPtr  ijk 
) [static]

Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id.

static int Kitware.VTK.vtkStructuredData.ComputePointId ( IntPtr  dim,
IntPtr  ijk 
) [static]

Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the point id. This method does not adjust for the beginning of the extent.

static int Kitware.VTK.vtkStructuredData.ComputePointIdForExtent ( IntPtr  extent,
IntPtr  ijk 
) [static]

Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id.

override void Kitware.VTK.vtkStructuredData.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.vtkObject.

static void Kitware.VTK.vtkStructuredData.GetCellNeighbors ( int  cellId,
vtkIdList  ptIds,
vtkIdList  cellIds,
IntPtr  dim 
) [static]

Get the cells using the points ptIds, exclusive of the cell cellId. (See vtkDataSet for more info.)

static void Kitware.VTK.vtkStructuredData.GetCellPoints ( int  cellId,
vtkIdList  ptIds,
int  dataDescription,
IntPtr  dim 
) [static]

Get the points defining a cell. (See vtkDataSet for more info.)

static int Kitware.VTK.vtkStructuredData.GetDataDescription ( IntPtr  dims) [static]

Returns the data description given the dimensions (eg. VTK_SINGLE_POINT, VTK_X_LINE, VTK_XY_PLANE etc.)

static int Kitware.VTK.vtkStructuredData.GetDataDimension ( int  dataDescription) [static]

Return the topological dimension of the data (e.g., 0, 1, 2, or 3D).

static void Kitware.VTK.vtkStructuredData.GetPointCells ( int  ptId,
vtkIdList  cellIds,
IntPtr  dim 
) [static]

Get the cells using a point. (See vtkDataSet for more info.)

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static int Kitware.VTK.vtkStructuredData.SetDimensions ( IntPtr  inDim,
IntPtr  dim 
) [static]

Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned.

static int Kitware.VTK.vtkStructuredData.SetExtent ( IntPtr  inExt,
IntPtr  ext 
) [static]

Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned.

static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_ComputeCellId_01 ( IntPtr  dim,
IntPtr  ijk 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_ComputeCellIdForExtent_02 ( IntPtr  extent,
IntPtr  ijk 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_ComputePointId_03 ( IntPtr  dim,
IntPtr  ijk 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_ComputePointIdForExtent_04 ( IntPtr  extent,
IntPtr  ijk 
) [private]
static internal void Kitware.VTK.vtkStructuredData.vtkStructuredData_GetCellNeighbors_05 ( int  cellId,
HandleRef  ptIds,
HandleRef  cellIds,
IntPtr  dim 
) [private]
static internal void Kitware.VTK.vtkStructuredData.vtkStructuredData_GetCellPoints_06 ( int  cellId,
HandleRef  ptIds,
int  dataDescription,
IntPtr  dim 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_GetDataDescription_07 ( IntPtr  dims) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_GetDataDimension_08 ( int  dataDescription) [private]
static internal void Kitware.VTK.vtkStructuredData.vtkStructuredData_GetPointCells_09 ( int  ptId,
HandleRef  cellIds,
IntPtr  dim 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_IsA_10 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_IsTypeOf_11 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStructuredData.vtkStructuredData_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStructuredData.vtkStructuredData_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_SetDimensions_14 ( IntPtr  inDim,
IntPtr  dim 
) [private]
static internal int Kitware.VTK.vtkStructuredData.vtkStructuredData_SetExtent_15 ( IntPtr  inExt,
IntPtr  ext 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStructuredData.MRClassNameKey = "17vtkStructuredData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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