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

vtkRectilinearGrid - a dataset that is topologically regular with variable spacing in the three coordinate directions More...

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

List of all members.

Public Member Functions

 vtkRectilinearGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRectilinearGrid ()
 Undocumented Block.
override void ComputeBounds ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
int ComputeCellId (IntPtr ijk)
int ComputePointId (IntPtr ijk)
int ComputeStructuredCoordinates (IntPtr x, IntPtr ijk, IntPtr pcoords)
 Convenience function computes the structured coordinates for a point x[3]. The cell is specified by the array ijk[3], and the parametric coordinates in the cell are specified with pcoords[3]. The function returns a 0 if the point x is outside of the grid, and a 1 if inside the grid.
override void CopyStructure (vtkDataSet ds)
 Copy the geometric and topological structure of an input rectilinear grid object.
override void Crop ()
 Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.
override void DeepCopy (vtkDataObject src)
 Shallow and Deep copy.
override vtkCell FindAndGetCell (IntPtr x, vtkCell cell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int FindCell (IntPtr x, vtkCell cell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int FindCell (IntPtr x, vtkCell cell, vtkGenericCell gencell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
new int FindPoint (double x, double y, double z)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int FindPoint (IntPtr x)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override uint GetActualMemorySize ()
 Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE.
override vtkCell GetCell (int cellId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetCell (int cellId, vtkGenericCell cell)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetCellBounds (int cellId, IntPtr bounds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetCellNeighbors (int cellId, vtkIdList ptIds, vtkIdList cellIds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetCellPoints (int cellId, vtkIdList ptIds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int GetCellType (int cellId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
int GetDataDimension ()
override int GetDataObjectType ()
 Return what type of dataset this is.
virtual int[] GetDimensions ()
 Get dimensions of this rectilinear grid dataset.
virtual void GetDimensions (IntPtr data)
 Get dimensions of this rectilinear grid dataset.
virtual int[] GetExtent ()
 Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).
virtual void GetExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
 Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).
virtual void GetExtent (IntPtr _arg)
 Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).
override int GetExtentType ()
 Structured extent. The extent type is a 3D extent.
override int GetMaxCellSize ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int GetNumberOfCells ()
override int GetNumberOfPoints ()
override double[] GetPoint (int ptId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetPoint (int id, IntPtr x)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetPointCells (int ptId, vtkIdList cellIds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual vtkDataArray GetXCoordinates ()
 Specify the grid coordinates in the x-direction.
virtual vtkDataArray GetYCoordinates ()
 Specify the grid coordinates in the y-direction.
virtual vtkDataArray GetZCoordinates ()
 Specify the grid coordinates in the z-direction.
override void Initialize ()
 Restore object to initial state. Release memory back to system.
override int IsA (string type)
 Undocumented Block.
new vtkRectilinearGrid NewInstance ()
 Undocumented Block.
void SetDimensions (int i, int j, int k)
 Set dimensions of rectilinear grid dataset. This also sets the extent.
void SetDimensions (IntPtr dim)
 Set dimensions of rectilinear grid dataset. This also sets the extent.
void SetExtent (IntPtr extent)
 Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).
void SetExtent (int x1, int x2, int y1, int y2, int z1, int z2)
 Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).
virtual void SetXCoordinates (vtkDataArray arg0)
 Specify the grid coordinates in the x-direction.
virtual void SetYCoordinates (vtkDataArray arg0)
 Specify the grid coordinates in the y-direction.
virtual void SetZCoordinates (vtkDataArray arg0)
 Specify the grid coordinates in the z-direction.
override void ShallowCopy (vtkDataObject src)
 Shallow and Deep copy.

Static Public Member Functions

static new vtkRectilinearGrid New ()
 Undocumented Block.
static new vtkRectilinearGrid GetData (vtkInformation info)
 Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.
static new vtkRectilinearGrid GetData (vtkInformationVector v, int i)
 Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkRectilinearGrid SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkRectilinearGrid"
 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 vtkRectilinearGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGrid_ComputeBounds_01 (HandleRef pThis)
static internal int vtkRectilinearGrid_ComputeCellId_02 (HandleRef pThis, IntPtr ijk)
static internal int vtkRectilinearGrid_ComputePointId_03 (HandleRef pThis, IntPtr ijk)
static internal int vtkRectilinearGrid_ComputeStructuredCoordinates_04 (HandleRef pThis, IntPtr x, IntPtr ijk, IntPtr pcoords)
static internal void vtkRectilinearGrid_CopyStructure_05 (HandleRef pThis, HandleRef ds)
static internal void vtkRectilinearGrid_Crop_06 (HandleRef pThis)
static internal void vtkRectilinearGrid_DeepCopy_07 (HandleRef pThis, HandleRef src)
static internal IntPtr vtkRectilinearGrid_FindAndGetCell_08 (HandleRef pThis, IntPtr x, HandleRef cell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRectilinearGrid_FindCell_09 (HandleRef pThis, IntPtr x, HandleRef cell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
static internal int vtkRectilinearGrid_FindCell_10 (HandleRef pThis, IntPtr x, HandleRef cell, HandleRef gencell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
static internal int vtkRectilinearGrid_FindPoint_11 (HandleRef pThis, double x, double y, double z)
static internal int vtkRectilinearGrid_FindPoint_12 (HandleRef pThis, IntPtr x)
static internal uint vtkRectilinearGrid_GetActualMemorySize_13 (HandleRef pThis)
static internal IntPtr vtkRectilinearGrid_GetCell_14 (HandleRef pThis, int cellId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGrid_GetCell_15 (HandleRef pThis, int cellId, HandleRef cell)
static internal void vtkRectilinearGrid_GetCellBounds_16 (HandleRef pThis, int cellId, IntPtr bounds)
static internal void vtkRectilinearGrid_GetCellNeighbors_17 (HandleRef pThis, int cellId, HandleRef ptIds, HandleRef cellIds)
static internal void vtkRectilinearGrid_GetCellPoints_18 (HandleRef pThis, int cellId, HandleRef ptIds)
static internal int vtkRectilinearGrid_GetCellType_19 (HandleRef pThis, int cellId)
static internal IntPtr vtkRectilinearGrid_GetData_20 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGrid_GetData_21 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRectilinearGrid_GetDataDimension_22 (HandleRef pThis)
static internal int vtkRectilinearGrid_GetDataObjectType_23 (HandleRef pThis)
static internal IntPtr vtkRectilinearGrid_GetDimensions_24 (HandleRef pThis)
static internal void vtkRectilinearGrid_GetDimensions_25 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkRectilinearGrid_GetExtent_26 (HandleRef pThis)
static internal void vtkRectilinearGrid_GetExtent_27 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
static internal void vtkRectilinearGrid_GetExtent_28 (HandleRef pThis, IntPtr _arg)
static internal int vtkRectilinearGrid_GetExtentType_29 (HandleRef pThis)
static internal int vtkRectilinearGrid_GetMaxCellSize_30 (HandleRef pThis)
static internal int vtkRectilinearGrid_GetNumberOfCells_31 (HandleRef pThis)
static internal int vtkRectilinearGrid_GetNumberOfPoints_32 (HandleRef pThis)
static internal IntPtr vtkRectilinearGrid_GetPoint_33 (HandleRef pThis, int ptId)
static internal void vtkRectilinearGrid_GetPoint_34 (HandleRef pThis, int id, IntPtr x)
static internal void vtkRectilinearGrid_GetPointCells_35 (HandleRef pThis, int ptId, HandleRef cellIds)
static internal IntPtr vtkRectilinearGrid_GetXCoordinates_36 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGrid_GetYCoordinates_37 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGrid_GetZCoordinates_38 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGrid_Initialize_39 (HandleRef pThis)
static internal int vtkRectilinearGrid_IsA_40 (HandleRef pThis, string type)
static internal int vtkRectilinearGrid_IsTypeOf_41 (string type)
static internal IntPtr vtkRectilinearGrid_NewInstance_43 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGrid_SafeDownCast_44 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGrid_SetDimensions_45 (HandleRef pThis, int i, int j, int k)
static internal void vtkRectilinearGrid_SetDimensions_46 (HandleRef pThis, IntPtr dim)
static internal void vtkRectilinearGrid_SetExtent_47 (HandleRef pThis, IntPtr extent)
static internal void vtkRectilinearGrid_SetExtent_48 (HandleRef pThis, int x1, int x2, int y1, int y2, int z1, int z2)
static internal void vtkRectilinearGrid_SetXCoordinates_49 (HandleRef pThis, HandleRef arg0)
static internal void vtkRectilinearGrid_SetYCoordinates_50 (HandleRef pThis, HandleRef arg0)
static internal void vtkRectilinearGrid_SetZCoordinates_51 (HandleRef pThis, HandleRef arg0)
static internal void vtkRectilinearGrid_ShallowCopy_52 (HandleRef pThis, HandleRef src)

Static Private Member Functions

static vtkRectilinearGrid ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRectilinearGrid - a dataset that is topologically regular with variable spacing in the three coordinate directions

Description vtkRectilinearGrid is a data object that is a concrete implementation of vtkDataSet. vtkRectilinearGrid represents a geometric structure that is topologically regular with variable spacing in the three coordinate directions x-y-z.

To define a vtkRectilinearGrid, you must specify the dimensions of the data and provide three arrays of values specifying the coordinates along the x-y-z axes. The coordinate arrays are specified using three vtkDataArray objects (one for x, one for y, one for z).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid ( 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.vtkRectilinearGrid.ComputeBounds ( ) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

----------------------------------------------------------------------------

----------------------------------------------------------------------------

int Kitware.VTK.vtkRectilinearGrid.ComputeStructuredCoordinates ( IntPtr  x,
IntPtr  ijk,
IntPtr  pcoords 
)

Convenience function computes the structured coordinates for a point x[3]. The cell is specified by the array ijk[3], and the parametric coordinates in the cell are specified with pcoords[3]. The function returns a 0 if the point x is outside of the grid, and a 1 if inside the grid.

Copy the geometric and topological structure of an input rectilinear grid object.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.Crop ( ) [virtual]

Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.

Reimplemented from Kitware.VTK.vtkDataObject.

override void Kitware.VTK.vtkRectilinearGrid.DeepCopy ( vtkDataObject  src) [virtual]

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.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.vtkDataSet.

override vtkCell Kitware.VTK.vtkRectilinearGrid.FindAndGetCell ( IntPtr  x,
vtkCell  cell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

Here is the call graph for this function:

override int Kitware.VTK.vtkRectilinearGrid.FindCell ( IntPtr  x,
vtkCell  cell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override int Kitware.VTK.vtkRectilinearGrid.FindCell ( IntPtr  x,
vtkCell  cell,
vtkGenericCell  gencell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

new int Kitware.VTK.vtkRectilinearGrid.FindPoint ( double  x,
double  y,
double  z 
)

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override int Kitware.VTK.vtkRectilinearGrid.FindPoint ( IntPtr  x) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE.

Reimplemented from Kitware.VTK.vtkDataSet.

override vtkCell Kitware.VTK.vtkRectilinearGrid.GetCell ( int  cellId) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

Here is the call graph for this function:

override void Kitware.VTK.vtkRectilinearGrid.GetCell ( int  cellId,
vtkGenericCell  cell 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.GetCellBounds ( int  cellId,
IntPtr  bounds 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.GetCellNeighbors ( int  cellId,
vtkIdList  ptIds,
vtkIdList  cellIds 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.GetCellPoints ( int  cellId,
vtkIdList  ptIds 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override int Kitware.VTK.vtkRectilinearGrid.GetCellType ( int  cellId) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.

Reimplemented from Kitware.VTK.vtkDataSet.

Here is the call graph for this function:

Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.

Reimplemented from Kitware.VTK.vtkDataSet.

Here is the call graph for this function:

----------------------------------------------------------------------------

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkDataSet.

virtual int [] Kitware.VTK.vtkRectilinearGrid.GetDimensions ( ) [virtual]

Get dimensions of this rectilinear grid dataset.

virtual void Kitware.VTK.vtkRectilinearGrid.GetDimensions ( IntPtr  data) [virtual]

Get dimensions of this rectilinear grid dataset.

virtual int [] Kitware.VTK.vtkRectilinearGrid.GetExtent ( ) [virtual]

Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).

virtual void Kitware.VTK.vtkRectilinearGrid.GetExtent ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [virtual]

Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).

virtual void Kitware.VTK.vtkRectilinearGrid.GetExtent ( IntPtr  _arg) [virtual]

Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).

Structured extent. The extent type is a 3D extent.

Reimplemented from Kitware.VTK.vtkDataObject.

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

----------------------------------------------------------------------------

Reimplemented from Kitware.VTK.vtkDataSet.

----------------------------------------------------------------------------

Reimplemented from Kitware.VTK.vtkDataSet.

override double [] Kitware.VTK.vtkRectilinearGrid.GetPoint ( int  ptId) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.GetPoint ( int  id,
IntPtr  x 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

override void Kitware.VTK.vtkRectilinearGrid.GetPointCells ( int  ptId,
vtkIdList  cellIds 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkDataSet.

Specify the grid coordinates in the x-direction.

Here is the call graph for this function:

Specify the grid coordinates in the y-direction.

Here is the call graph for this function:

Specify the grid coordinates in the z-direction.

Here is the call graph for this function:

override void Kitware.VTK.vtkRectilinearGrid.Initialize ( ) [virtual]

Restore object to initial state. Release memory back to system.

Reimplemented from Kitware.VTK.vtkDataSet.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSet.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSet.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSet.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSet.

Here is the call graph for this function:

void Kitware.VTK.vtkRectilinearGrid.SetDimensions ( int  i,
int  j,
int  k 
)

Set dimensions of rectilinear grid dataset. This also sets the extent.

Set dimensions of rectilinear grid dataset. This also sets the extent.

Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).

void Kitware.VTK.vtkRectilinearGrid.SetExtent ( int  x1,
int  x2,
int  y1,
int  y2,
int  z1,
int  z2 
)

Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z).

Specify the grid coordinates in the x-direction.

Specify the grid coordinates in the y-direction.

Specify the grid coordinates in the z-direction.

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkDataSet.

static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_ComputeBounds_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_ComputeCellId_02 ( HandleRef  pThis,
IntPtr  ijk 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_ComputePointId_03 ( HandleRef  pThis,
IntPtr  ijk 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_ComputeStructuredCoordinates_04 ( HandleRef  pThis,
IntPtr  x,
IntPtr  ijk,
IntPtr  pcoords 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_CopyStructure_05 ( HandleRef  pThis,
HandleRef  ds 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_Crop_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_DeepCopy_07 ( HandleRef  pThis,
HandleRef  src 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_FindAndGetCell_08 ( HandleRef  pThis,
IntPtr  x,
HandleRef  cell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_FindCell_09 ( HandleRef  pThis,
IntPtr  x,
HandleRef  cell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_FindCell_10 ( HandleRef  pThis,
IntPtr  x,
HandleRef  cell,
HandleRef  gencell,
int  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_FindPoint_11 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_FindPoint_12 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal uint Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetActualMemorySize_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCell_14 ( HandleRef  pThis,
int  cellId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCell_15 ( HandleRef  pThis,
int  cellId,
HandleRef  cell 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCellBounds_16 ( HandleRef  pThis,
int  cellId,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCellNeighbors_17 ( HandleRef  pThis,
int  cellId,
HandleRef  ptIds,
HandleRef  cellIds 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCellPoints_18 ( HandleRef  pThis,
int  cellId,
HandleRef  ptIds 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetCellType_19 ( HandleRef  pThis,
int  cellId 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetData_20 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetData_21 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetDataDimension_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetDataObjectType_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetDimensions_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetDimensions_25 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetExtent_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetExtent_27 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetExtent_28 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetExtentType_29 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetMaxCellSize_30 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetNumberOfCells_31 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetNumberOfPoints_32 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetPoint_33 ( HandleRef  pThis,
int  ptId 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetPoint_34 ( HandleRef  pThis,
int  id,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetPointCells_35 ( HandleRef  pThis,
int  ptId,
HandleRef  cellIds 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetXCoordinates_36 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetYCoordinates_37 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_GetZCoordinates_38 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_Initialize_39 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_IsA_40 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_IsTypeOf_41 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_NewInstance_43 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SafeDownCast_44 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetDimensions_45 ( HandleRef  pThis,
int  i,
int  j,
int  k 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetDimensions_46 ( HandleRef  pThis,
IntPtr  dim 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetExtent_47 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetExtent_48 ( HandleRef  pThis,
int  x1,
int  x2,
int  y1,
int  y2,
int  z1,
int  z2 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetXCoordinates_49 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetYCoordinates_50 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_SetZCoordinates_51 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRectilinearGrid.vtkRectilinearGrid_ShallowCopy_52 ( HandleRef  pThis,
HandleRef  src 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRectilinearGrid.MRClassNameKey = "18vtkRectilinearGrid" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSet.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSet.


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