ActiViz .NET
5.8.0
|
vtkVoxelModeller - convert an arbitrary dataset to a voxel representation More...
Public Member Functions | |
vtkVoxelModeller (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVoxelModeller () | |
Construct an instance of vtkVoxelModeller with its sample dimensions set to (50,50,50), and so that the model bounds are automatically computed from its input. The maximum distance is set to examine the whole grid. This could be made much faster, and probably will be in the future. | |
double | ComputeModelBounds (IntPtr origin, IntPtr ar) |
Compute the ModelBounds based on the input geometry. | |
virtual double | GetBackgroundValue () |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0. | |
virtual double | GetForegroundValue () |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0. | |
virtual double | GetMaximumDistance () |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0. | |
virtual double | GetMaximumDistanceMaxValue () |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0. | |
virtual double | GetMaximumDistanceMinValue () |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0. | |
virtual double[] | GetModelBounds () |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0) | |
virtual void | GetModelBounds (IntPtr data) |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0) | |
virtual int[] | GetSampleDimensions () |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50) | |
virtual void | GetSampleDimensions (IntPtr data) |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50) | |
virtual int | GetScalarType () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVoxelModeller | NewInstance () |
Undocumented Block. | |
virtual void | SetBackgroundValue (double _arg) |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0. | |
virtual void | SetForegroundValue (double _arg) |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0. | |
virtual void | SetMaximumDistance (double _arg) |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0. | |
void | SetModelBounds (IntPtr bounds) |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0) | |
void | SetModelBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0) | |
void | SetSampleDimensions (int i, int j, int k) |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50) | |
void | SetSampleDimensions (IntPtr dim) |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50) | |
virtual void | SetScalarType (int _arg) |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToBit () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToChar () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToDouble () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToFloat () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToInt () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToLong () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToShort () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToUnsignedChar () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToUnsignedInt () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToUnsignedLong () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
void | SetScalarTypeToUnsignedShort () |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative. | |
Static Public Member Functions | |
static new vtkVoxelModeller | New () |
Construct an instance of vtkVoxelModeller with its sample dimensions set to (50,50,50), and so that the model bounds are automatically computed from its input. The maximum distance is set to examine the whole grid. This could be made much faster, and probably will be in the future. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVoxelModeller | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVoxelModeller" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkVoxelModeller" |
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 | vtkVoxelModeller_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkVoxelModeller_ComputeModelBounds_01 (HandleRef pThis, IntPtr origin, IntPtr ar) |
static internal double | vtkVoxelModeller_GetBackgroundValue_02 (HandleRef pThis) |
static internal double | vtkVoxelModeller_GetForegroundValue_03 (HandleRef pThis) |
static internal double | vtkVoxelModeller_GetMaximumDistance_04 (HandleRef pThis) |
static internal double | vtkVoxelModeller_GetMaximumDistanceMaxValue_05 (HandleRef pThis) |
static internal double | vtkVoxelModeller_GetMaximumDistanceMinValue_06 (HandleRef pThis) |
static internal IntPtr | vtkVoxelModeller_GetModelBounds_07 (HandleRef pThis) |
static internal void | vtkVoxelModeller_GetModelBounds_08 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkVoxelModeller_GetSampleDimensions_09 (HandleRef pThis) |
static internal void | vtkVoxelModeller_GetSampleDimensions_10 (HandleRef pThis, IntPtr data) |
static internal int | vtkVoxelModeller_GetScalarType_11 (HandleRef pThis) |
static internal int | vtkVoxelModeller_IsA_12 (HandleRef pThis, string type) |
static internal int | vtkVoxelModeller_IsTypeOf_13 (string type) |
static internal IntPtr | vtkVoxelModeller_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVoxelModeller_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVoxelModeller_SetBackgroundValue_17 (HandleRef pThis, double _arg) |
static internal void | vtkVoxelModeller_SetForegroundValue_18 (HandleRef pThis, double _arg) |
static internal void | vtkVoxelModeller_SetMaximumDistance_19 (HandleRef pThis, double _arg) |
static internal void | vtkVoxelModeller_SetModelBounds_20 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkVoxelModeller_SetModelBounds_21 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkVoxelModeller_SetSampleDimensions_22 (HandleRef pThis, int i, int j, int k) |
static internal void | vtkVoxelModeller_SetSampleDimensions_23 (HandleRef pThis, IntPtr dim) |
static internal void | vtkVoxelModeller_SetScalarType_24 (HandleRef pThis, int _arg) |
static internal void | vtkVoxelModeller_SetScalarTypeToBit_25 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToChar_26 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToDouble_27 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToFloat_28 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToInt_29 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToLong_30 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToShort_31 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToUnsignedChar_32 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToUnsignedInt_33 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToUnsignedLong_34 (HandleRef pThis) |
static internal void | vtkVoxelModeller_SetScalarTypeToUnsignedShort_35 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkVoxelModeller () |
Automatically generated type registration mechanics. |
vtkVoxelModeller - convert an arbitrary dataset to a voxel representation
Description vtkVoxelModeller is a filter that converts an arbitrary data set to a structured point (i.e., voxel) representation. It is very similar to vtkImplicitModeller, except that it doesn't record distance; instead it records occupancy. By default it supports a compact output of 0/1 VTK_BIT. Other vtk scalar types can be specified. The Foreground and Background values of the output can also be specified. NOTE: Not all vtk filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
static Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct an instance of vtkVoxelModeller with its sample dimensions set to (50,50,50), and so that the model bounds are automatically computed from its input. The maximum distance is set to examine the whole grid. This could be made much faster, and probably will be in the future.
double Kitware.VTK.vtkVoxelModeller.ComputeModelBounds | ( | IntPtr | origin, |
IntPtr | ar | ||
) |
Compute the ModelBounds based on the input geometry.
override void Kitware.VTK.vtkVoxelModeller.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.vtkImageAlgorithm.
virtual double Kitware.VTK.vtkVoxelModeller.GetBackgroundValue | ( | ) | [virtual] |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0.
virtual double Kitware.VTK.vtkVoxelModeller.GetForegroundValue | ( | ) | [virtual] |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0.
virtual double Kitware.VTK.vtkVoxelModeller.GetMaximumDistance | ( | ) | [virtual] |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0.
virtual double Kitware.VTK.vtkVoxelModeller.GetMaximumDistanceMaxValue | ( | ) | [virtual] |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0.
virtual double Kitware.VTK.vtkVoxelModeller.GetMaximumDistanceMinValue | ( | ) | [virtual] |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0.
virtual double [] Kitware.VTK.vtkVoxelModeller.GetModelBounds | ( | ) | [virtual] |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0)
virtual void Kitware.VTK.vtkVoxelModeller.GetModelBounds | ( | IntPtr | data | ) | [virtual] |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0)
virtual int [] Kitware.VTK.vtkVoxelModeller.GetSampleDimensions | ( | ) | [virtual] |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50)
virtual void Kitware.VTK.vtkVoxelModeller.GetSampleDimensions | ( | IntPtr | data | ) | [virtual] |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50)
virtual int Kitware.VTK.vtkVoxelModeller.GetScalarType | ( | ) | [virtual] |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
override int Kitware.VTK.vtkVoxelModeller.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkVoxelModeller.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkVoxelModeller Kitware.VTK.vtkVoxelModeller.New | ( | ) | [static] |
Construct an instance of vtkVoxelModeller with its sample dimensions set to (50,50,50), and so that the model bounds are automatically computed from its input. The maximum distance is set to examine the whole grid. This could be made much faster, and probably will be in the future.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkVoxelModeller Kitware.VTK.vtkVoxelModeller.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkVoxelModeller.SetBackgroundValue | ( | double | _arg | ) | [virtual] |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0.
virtual void Kitware.VTK.vtkVoxelModeller.SetForegroundValue | ( | double | _arg | ) | [virtual] |
Set the Foreground/Background values of the output. The Foreground value is set when a voxel is occupied. The Background value is set when a voxel is not occupied. The default ForegroundValue is 1. The default BackgroundValue is 0.
virtual void Kitware.VTK.vtkVoxelModeller.SetMaximumDistance | ( | double | _arg | ) | [virtual] |
Specify distance away from surface of input geometry to sample. Smaller values make large increases in performance. Default is 1.0.
void Kitware.VTK.vtkVoxelModeller.SetModelBounds | ( | IntPtr | bounds | ) |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0)
void Kitware.VTK.vtkVoxelModeller.SetModelBounds | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) |
Specify the position in space to perform the voxelization. Default is (0, 0, 0, 0, 0, 0)
void Kitware.VTK.vtkVoxelModeller.SetSampleDimensions | ( | int | i, |
int | j, | ||
int | k | ||
) |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50)
void Kitware.VTK.vtkVoxelModeller.SetSampleDimensions | ( | IntPtr | dim | ) |
Set the i-j-k dimensions on which to sample the distance function. Default is (50, 50, 50)
virtual void Kitware.VTK.vtkVoxelModeller.SetScalarType | ( | int | _arg | ) | [virtual] |
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
Control the scalar type of the output image. The default is VTK_BIT. NOTE: Not all filters/readers/writers support the VTK_BIT scalar type. You may want to use VTK_CHAR as an alternative.
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_ComputeModelBounds_01 | ( | HandleRef | pThis, |
IntPtr | origin, | ||
IntPtr | ar | ||
) | [private] |
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetBackgroundValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetForegroundValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetMaximumDistance_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetMaximumDistanceMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetMaximumDistanceMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetModelBounds_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetModelBounds_08 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetSampleDimensions_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetSampleDimensions_10 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_GetScalarType_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_IsA_12 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_IsTypeOf_13 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_NewInstance_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SafeDownCast_16 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetBackgroundValue_17 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetForegroundValue_18 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetMaximumDistance_19 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetModelBounds_20 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetModelBounds_21 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetSampleDimensions_22 | ( | HandleRef | pThis, |
int | i, | ||
int | j, | ||
int | k | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetSampleDimensions_23 | ( | HandleRef | pThis, |
IntPtr | dim | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarType_24 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToBit_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToChar_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToDouble_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToFloat_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToInt_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToLong_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToShort_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToUnsignedChar_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToUnsignedInt_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToUnsignedLong_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelModeller.vtkVoxelModeller_SetScalarTypeToUnsignedShort_35 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkVoxelModeller.MRClassNameKey = "16vtkVoxelModeller" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkVoxelModeller.MRFullTypeName = "Kitware.VTK.vtkVoxelModeller" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.