ActiViz .NET
5.8.0
|
vtkCutMaterial - Automatically computes the cut plane for a material array pair. More...
Public Member Functions | |
vtkCutMaterial (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCutMaterial () | |
Undocumented Block. | |
virtual string | GetArrayName () |
For now, we just use the cell values. The array name to cut. | |
virtual double[] | GetCenterPoint () |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetCenterPoint (ref double _arg1, ref double _arg2, ref double _arg3) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetCenterPoint (IntPtr _arg) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual int | GetMaterial () |
Material to probe. | |
virtual string | GetMaterialArrayName () |
Cell array that contains the material values. | |
virtual double[] | GetMaximumPoint () |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetMaximumPoint (ref double _arg1, ref double _arg2, ref double _arg3) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetMaximumPoint (IntPtr _arg) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual double[] | GetNormal () |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetNormal (ref double _arg1, ref double _arg2, ref double _arg3) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual void | GetNormal (IntPtr _arg) |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. | |
virtual double[] | GetUpVector () |
The last piece of information that specifies the plane. | |
virtual void | GetUpVector (ref double _arg1, ref double _arg2, ref double _arg3) |
The last piece of information that specifies the plane. | |
virtual void | GetUpVector (IntPtr _arg) |
The last piece of information that specifies the plane. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCutMaterial | NewInstance () |
Undocumented Block. | |
virtual void | SetArrayName (string _arg) |
For now, we just use the cell values. The array name to cut. | |
virtual void | SetMaterial (int _arg) |
Material to probe. | |
virtual void | SetMaterialArrayName (string _arg) |
Cell array that contains the material values. | |
virtual void | SetUpVector (double _arg1, double _arg2, double _arg3) |
The last piece of information that specifies the plane. | |
virtual void | SetUpVector (IntPtr _arg) |
The last piece of information that specifies the plane. | |
Static Public Member Functions | |
static new vtkCutMaterial | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCutMaterial | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCutMaterial" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkCutMaterial" |
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 | vtkCutMaterial_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCutMaterial_GetArrayName_01 (HandleRef pThis) |
static internal IntPtr | vtkCutMaterial_GetCenterPoint_02 (HandleRef pThis) |
static internal void | vtkCutMaterial_GetCenterPoint_03 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkCutMaterial_GetCenterPoint_04 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkCutMaterial_GetMaterial_05 (HandleRef pThis) |
static internal IntPtr | vtkCutMaterial_GetMaterialArrayName_06 (HandleRef pThis) |
static internal IntPtr | vtkCutMaterial_GetMaximumPoint_07 (HandleRef pThis) |
static internal void | vtkCutMaterial_GetMaximumPoint_08 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkCutMaterial_GetMaximumPoint_09 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkCutMaterial_GetNormal_10 (HandleRef pThis) |
static internal void | vtkCutMaterial_GetNormal_11 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkCutMaterial_GetNormal_12 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkCutMaterial_GetUpVector_13 (HandleRef pThis) |
static internal void | vtkCutMaterial_GetUpVector_14 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkCutMaterial_GetUpVector_15 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkCutMaterial_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkCutMaterial_IsTypeOf_17 (string type) |
static internal IntPtr | vtkCutMaterial_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCutMaterial_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCutMaterial_SetArrayName_21 (HandleRef pThis, string _arg) |
static internal void | vtkCutMaterial_SetMaterial_22 (HandleRef pThis, int _arg) |
static internal void | vtkCutMaterial_SetMaterialArrayName_23 (HandleRef pThis, string _arg) |
static internal void | vtkCutMaterial_SetUpVector_24 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkCutMaterial_SetUpVector_25 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkCutMaterial () |
Automatically generated type registration mechanics. |
vtkCutMaterial - Automatically computes the cut plane for a material array pair.
Description vtkCutMaterial computes a cut plane based on an up vector, center of the bounding box and the location of the maximum variable value. These computed values are available so that they can be used to set the camera for the best view of the plane.
static Kitware.VTK.vtkCutMaterial.vtkCutMaterial | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCutMaterial.vtkCutMaterial | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCutMaterial.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.vtkPolyDataAlgorithm.
virtual string Kitware.VTK.vtkCutMaterial.GetArrayName | ( | ) | [virtual] |
For now, we just use the cell values. The array name to cut.
virtual double [] Kitware.VTK.vtkCutMaterial.GetCenterPoint | ( | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetCenterPoint | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetCenterPoint | ( | IntPtr | _arg | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual int Kitware.VTK.vtkCutMaterial.GetMaterial | ( | ) | [virtual] |
Material to probe.
virtual string Kitware.VTK.vtkCutMaterial.GetMaterialArrayName | ( | ) | [virtual] |
Cell array that contains the material values.
virtual double [] Kitware.VTK.vtkCutMaterial.GetMaximumPoint | ( | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetMaximumPoint | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetMaximumPoint | ( | IntPtr | _arg | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual double [] Kitware.VTK.vtkCutMaterial.GetNormal | ( | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetNormal | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual void Kitware.VTK.vtkCutMaterial.GetNormal | ( | IntPtr | _arg | ) | [virtual] |
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane.
virtual double [] Kitware.VTK.vtkCutMaterial.GetUpVector | ( | ) | [virtual] |
The last piece of information that specifies the plane.
virtual void Kitware.VTK.vtkCutMaterial.GetUpVector | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
The last piece of information that specifies the plane.
virtual void Kitware.VTK.vtkCutMaterial.GetUpVector | ( | IntPtr | _arg | ) | [virtual] |
The last piece of information that specifies the plane.
override int Kitware.VTK.vtkCutMaterial.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkCutMaterial.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCutMaterial Kitware.VTK.vtkCutMaterial.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCutMaterial Kitware.VTK.vtkCutMaterial.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkCutMaterial.SetArrayName | ( | string | _arg | ) | [virtual] |
For now, we just use the cell values. The array name to cut.
virtual void Kitware.VTK.vtkCutMaterial.SetMaterial | ( | int | _arg | ) | [virtual] |
Material to probe.
virtual void Kitware.VTK.vtkCutMaterial.SetMaterialArrayName | ( | string | _arg | ) | [virtual] |
Cell array that contains the material values.
virtual void Kitware.VTK.vtkCutMaterial.SetUpVector | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
The last piece of information that specifies the plane.
virtual void Kitware.VTK.vtkCutMaterial.SetUpVector | ( | IntPtr | _arg | ) | [virtual] |
The last piece of information that specifies the plane.
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetArrayName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetCenterPoint_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetCenterPoint_03 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetCenterPoint_04 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetMaterial_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetMaterialArrayName_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetMaximumPoint_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetMaximumPoint_08 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetMaximumPoint_09 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetNormal_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetNormal_11 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetNormal_12 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetUpVector_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetUpVector_14 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_GetUpVector_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkCutMaterial.vtkCutMaterial_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCutMaterial.vtkCutMaterial_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SetArrayName_21 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SetMaterial_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SetMaterialArrayName_23 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SetUpVector_24 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCutMaterial.vtkCutMaterial_SetUpVector_25 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkCutMaterial.MRClassNameKey = "14vtkCutMaterial" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkCutMaterial.MRFullTypeName = "Kitware.VTK.vtkCutMaterial" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.