ActiViz .NET
5.8.0
|
vtkUniformGrid - image data with blanking More...
Public Member Functions | |
vtkUniformGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkUniformGrid () | |
Construct an empty uniform grid. | |
virtual void | BlankCell (int ptId) |
Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set. | |
virtual void | BlankPoint (int ptId) |
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set. | |
override void | CopyStructure (vtkDataSet ds) |
Copy the geometric and topological structure of an input image data object. | |
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. | |
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. | |
virtual byte | GetCellBlanking () |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise. | |
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. | |
virtual vtkUnsignedCharArray | GetCellVisibilityArray () |
Get the array that defines the blanking (visibility) of each cell. | |
override int | GetDataObjectType () |
Return what type of dataset this is. | |
override int | GetMaxCellSize () |
Standard vtkDataSet API methods. See vtkDataSet for more information. | |
virtual byte | GetPointBlanking () |
Returns 1 if there is any visibility constraint on the points, 0 otherwise. | |
override void | GetPointCells (int ptId, vtkIdList cellIds) |
Standard vtkDataSet API methods. See vtkDataSet for more information. | |
virtual vtkUnsignedCharArray | GetPointVisibilityArray () |
Get the array that defines the blanking (visibility) of each point. | |
override void | Initialize () |
Standard vtkDataSet API methods. See vtkDataSet for more information. | |
override int | IsA (string type) |
Construct an empty uniform grid. | |
virtual byte | IsCellVisible (int cellId) |
Return non-zero value if specified cell is visible. These methods should be called only after the dimensions of the grid are set. | |
virtual byte | IsPointVisible (int ptId) |
Return non-zero value if specified point is visible. These methods should be called only after the dimensions of the grid are set. | |
virtual vtkImageData | NewImageDataCopy () |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise. | |
new vtkUniformGrid | NewInstance () |
Construct an empty uniform grid. | |
virtual void | SetCellVisibilityArray (vtkUnsignedCharArray pointVisibility) |
Set an array that defines the (blanking) visibility of the cells in the grid. Make sure that length of the visibility array matches the number of points in the grid. | |
virtual void | SetPointVisibilityArray (vtkUnsignedCharArray pointVisibility) |
Set an array that defines the (blanking) visibility of the points in the grid. Make sure that length of the visibility array matches the number of points in the grid. | |
override void | ShallowCopy (vtkDataObject src) |
Shallow and Deep copy. | |
virtual void | UnBlankCell (int ptId) |
Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set. | |
virtual void | UnBlankPoint (int ptId) |
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set. | |
Static Public Member Functions | |
static new vtkUniformGrid | New () |
Construct an empty uniform grid. | |
static new vtkUniformGrid | GetData (vtkInformation info) |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise. | |
static new vtkUniformGrid | GetData (vtkInformationVector v, int i) |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise. | |
static new int | IsTypeOf (string type) |
Construct an empty uniform grid. | |
static new vtkUniformGrid | SafeDownCast (vtkObjectBase o) |
Construct an empty uniform grid. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUniformGrid" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkUniformGrid" |
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 | vtkUniformGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUniformGrid_BlankCell_01 (HandleRef pThis, int ptId) |
static internal void | vtkUniformGrid_BlankPoint_02 (HandleRef pThis, int ptId) |
static internal void | vtkUniformGrid_CopyStructure_03 (HandleRef pThis, HandleRef ds) |
static internal void | vtkUniformGrid_DeepCopy_04 (HandleRef pThis, HandleRef src) |
static internal IntPtr | vtkUniformGrid_FindAndGetCell_05 (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 | vtkUniformGrid_FindCell_06 (HandleRef pThis, IntPtr x, HandleRef cell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights) |
static internal int | vtkUniformGrid_FindCell_07 (HandleRef pThis, IntPtr x, HandleRef cell, HandleRef gencell, int cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights) |
static internal IntPtr | vtkUniformGrid_GetCell_08 (HandleRef pThis, int cellId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUniformGrid_GetCell_09 (HandleRef pThis, int cellId, HandleRef cell) |
static internal byte | vtkUniformGrid_GetCellBlanking_10 (HandleRef pThis) |
static internal void | vtkUniformGrid_GetCellPoints_11 (HandleRef pThis, int cellId, HandleRef ptIds) |
static internal int | vtkUniformGrid_GetCellType_12 (HandleRef pThis, int cellId) |
static internal IntPtr | vtkUniformGrid_GetCellVisibilityArray_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUniformGrid_GetData_14 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUniformGrid_GetData_15 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkUniformGrid_GetDataObjectType_16 (HandleRef pThis) |
static internal int | vtkUniformGrid_GetMaxCellSize_17 (HandleRef pThis) |
static internal byte | vtkUniformGrid_GetPointBlanking_18 (HandleRef pThis) |
static internal void | vtkUniformGrid_GetPointCells_19 (HandleRef pThis, int ptId, HandleRef cellIds) |
static internal IntPtr | vtkUniformGrid_GetPointVisibilityArray_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUniformGrid_Initialize_21 (HandleRef pThis) |
static internal int | vtkUniformGrid_IsA_22 (HandleRef pThis, string type) |
static internal byte | vtkUniformGrid_IsCellVisible_23 (HandleRef pThis, int cellId) |
static internal byte | vtkUniformGrid_IsPointVisible_24 (HandleRef pThis, int ptId) |
static internal int | vtkUniformGrid_IsTypeOf_25 (string type) |
static internal IntPtr | vtkUniformGrid_NewImageDataCopy_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUniformGrid_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUniformGrid_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUniformGrid_SetCellVisibilityArray_30 (HandleRef pThis, HandleRef pointVisibility) |
static internal void | vtkUniformGrid_SetPointVisibilityArray_31 (HandleRef pThis, HandleRef pointVisibility) |
static internal void | vtkUniformGrid_ShallowCopy_32 (HandleRef pThis, HandleRef src) |
static internal void | vtkUniformGrid_UnBlankCell_33 (HandleRef pThis, int ptId) |
static internal void | vtkUniformGrid_UnBlankPoint_34 (HandleRef pThis, int ptId) |
Static Private Member Functions | |
static | vtkUniformGrid () |
Automatically generated type registration mechanics. |
vtkUniformGrid - image data with blanking
Description vtkUniformGrid is a subclass of vtkImageData. In addition to all the image data functionality, it supports blanking.
static Kitware.VTK.vtkUniformGrid.vtkUniformGrid | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUniformGrid.vtkUniformGrid | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct an empty uniform grid.
virtual void Kitware.VTK.vtkUniformGrid.BlankCell | ( | int | ptId | ) | [virtual] |
Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.
virtual void Kitware.VTK.vtkUniformGrid.BlankPoint | ( | int | ptId | ) | [virtual] |
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.
override void Kitware.VTK.vtkUniformGrid.CopyStructure | ( | vtkDataSet | ds | ) | [virtual] |
Copy the geometric and topological structure of an input image data object.
Reimplemented from Kitware.VTK.vtkImageData.
override void Kitware.VTK.vtkUniformGrid.DeepCopy | ( | vtkDataObject | src | ) | [virtual] |
Shallow and Deep copy.
Reimplemented from Kitware.VTK.vtkImageData.
override void Kitware.VTK.vtkUniformGrid.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.
override vtkCell Kitware.VTK.vtkUniformGrid.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.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.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.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.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.vtkImageData.
override vtkCell Kitware.VTK.vtkUniformGrid.GetCell | ( | int | cellId | ) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
override void Kitware.VTK.vtkUniformGrid.GetCell | ( | int | cellId, |
vtkGenericCell | cell | ||
) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
virtual byte Kitware.VTK.vtkUniformGrid.GetCellBlanking | ( | ) | [virtual] |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
override void Kitware.VTK.vtkUniformGrid.GetCellPoints | ( | int | cellId, |
vtkIdList | ptIds | ||
) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.GetCellType | ( | int | cellId | ) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
virtual vtkUnsignedCharArray Kitware.VTK.vtkUniformGrid.GetCellVisibilityArray | ( | ) | [virtual] |
Get the array that defines the blanking (visibility) of each cell.
static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.GetData | ( | vtkInformation | info | ) | [static] |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
Reimplemented from Kitware.VTK.vtkImageData.
static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.GetData | ( | vtkInformationVector | v, |
int | i | ||
) | [static] |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
Reimplemented from Kitware.VTK.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.GetDataObjectType | ( | ) | [virtual] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.GetMaxCellSize | ( | ) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
virtual byte Kitware.VTK.vtkUniformGrid.GetPointBlanking | ( | ) | [virtual] |
Returns 1 if there is any visibility constraint on the points, 0 otherwise.
override void Kitware.VTK.vtkUniformGrid.GetPointCells | ( | int | ptId, |
vtkIdList | cellIds | ||
) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
virtual vtkUnsignedCharArray Kitware.VTK.vtkUniformGrid.GetPointVisibilityArray | ( | ) | [virtual] |
Get the array that defines the blanking (visibility) of each point.
override void Kitware.VTK.vtkUniformGrid.Initialize | ( | ) | [virtual] |
Standard vtkDataSet API methods. See vtkDataSet for more information.
Reimplemented from Kitware.VTK.vtkImageData.
override int Kitware.VTK.vtkUniformGrid.IsA | ( | string | type | ) | [virtual] |
Construct an empty uniform grid.
Reimplemented from Kitware.VTK.vtkImageData.
virtual byte Kitware.VTK.vtkUniformGrid.IsCellVisible | ( | int | cellId | ) | [virtual] |
Return non-zero value if specified cell is visible. These methods should be called only after the dimensions of the grid are set.
virtual byte Kitware.VTK.vtkUniformGrid.IsPointVisible | ( | int | ptId | ) | [virtual] |
Return non-zero value if specified point is visible. These methods should be called only after the dimensions of the grid are set.
static new int Kitware.VTK.vtkUniformGrid.IsTypeOf | ( | string | type | ) | [static] |
Construct an empty uniform grid.
Reimplemented from Kitware.VTK.vtkImageData.
static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.New | ( | ) | [static] |
Construct an empty uniform grid.
Reimplemented from Kitware.VTK.vtkImageData.
virtual vtkImageData Kitware.VTK.vtkUniformGrid.NewImageDataCopy | ( | ) | [virtual] |
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
Construct an empty uniform grid.
Reimplemented from Kitware.VTK.vtkImageData.
static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Construct an empty uniform grid.
Reimplemented from Kitware.VTK.vtkImageData.
virtual void Kitware.VTK.vtkUniformGrid.SetCellVisibilityArray | ( | vtkUnsignedCharArray | pointVisibility | ) | [virtual] |
Set an array that defines the (blanking) visibility of the cells in the grid. Make sure that length of the visibility array matches the number of points in the grid.
virtual void Kitware.VTK.vtkUniformGrid.SetPointVisibilityArray | ( | vtkUnsignedCharArray | pointVisibility | ) | [virtual] |
Set an array that defines the (blanking) visibility of the points in the grid. Make sure that length of the visibility array matches the number of points in the grid.
override void Kitware.VTK.vtkUniformGrid.ShallowCopy | ( | vtkDataObject | src | ) | [virtual] |
Shallow and Deep copy.
Reimplemented from Kitware.VTK.vtkImageData.
virtual void Kitware.VTK.vtkUniformGrid.UnBlankCell | ( | int | ptId | ) | [virtual] |
Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.
virtual void Kitware.VTK.vtkUniformGrid.UnBlankPoint | ( | int | ptId | ) | [virtual] |
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_BlankCell_01 | ( | HandleRef | pThis, |
int | ptId | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_BlankPoint_02 | ( | HandleRef | pThis, |
int | ptId | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_CopyStructure_03 | ( | HandleRef | pThis, |
HandleRef | ds | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_DeepCopy_04 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_FindAndGetCell_05 | ( | 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.vtkUniformGrid.vtkUniformGrid_FindCell_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
HandleRef | cell, | ||
int | cellId, | ||
double | tol2, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_FindCell_07 | ( | HandleRef | pThis, |
IntPtr | x, | ||
HandleRef | cell, | ||
HandleRef | gencell, | ||
int | cellId, | ||
double | tol2, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCell_08 | ( | HandleRef | pThis, |
int | cellId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCell_09 | ( | HandleRef | pThis, |
int | cellId, | ||
HandleRef | cell | ||
) | [private] |
static internal byte Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCellBlanking_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCellPoints_11 | ( | HandleRef | pThis, |
int | cellId, | ||
HandleRef | ptIds | ||
) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCellType_12 | ( | HandleRef | pThis, |
int | cellId | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetCellVisibilityArray_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetData_14 | ( | HandleRef | info, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetData_15 | ( | HandleRef | v, |
int | i, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetDataObjectType_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetMaxCellSize_17 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetPointBlanking_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetPointCells_19 | ( | HandleRef | pThis, |
int | ptId, | ||
HandleRef | cellIds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_GetPointVisibilityArray_20 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_Initialize_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal byte Kitware.VTK.vtkUniformGrid.vtkUniformGrid_IsCellVisible_23 | ( | HandleRef | pThis, |
int | cellId | ||
) | [private] |
static internal byte Kitware.VTK.vtkUniformGrid.vtkUniformGrid_IsPointVisible_24 | ( | HandleRef | pThis, |
int | ptId | ||
) | [private] |
static internal int Kitware.VTK.vtkUniformGrid.vtkUniformGrid_IsTypeOf_25 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_NewImageDataCopy_27 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_NewInstance_28 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUniformGrid.vtkUniformGrid_SafeDownCast_29 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_SetCellVisibilityArray_30 | ( | HandleRef | pThis, |
HandleRef | pointVisibility | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_SetPointVisibilityArray_31 | ( | HandleRef | pThis, |
HandleRef | pointVisibility | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_ShallowCopy_32 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_UnBlankCell_33 | ( | HandleRef | pThis, |
int | ptId | ||
) | [private] |
static internal void Kitware.VTK.vtkUniformGrid.vtkUniformGrid_UnBlankPoint_34 | ( | HandleRef | pThis, |
int | ptId | ||
) | [private] |
new readonly string Kitware.VTK.vtkUniformGrid.MRClassNameKey = "14vtkUniformGrid" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageData.
new const string Kitware.VTK.vtkUniformGrid.MRFullTypeName = "Kitware.VTK.vtkUniformGrid" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageData.