ActiViz .NET
5.8.0
|
vtkPlatonicSolidSource - produce polygonal Platonic solids More...
Public Member Functions | |
vtkPlatonicSolidSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlatonicSolidSource () | |
Undocumented Block. | |
virtual int | GetSolidType () |
Specify the type of PlatonicSolid solid to create. | |
virtual int | GetSolidTypeMaxValue () |
Specify the type of PlatonicSolid solid to create. | |
virtual int | GetSolidTypeMinValue () |
Specify the type of PlatonicSolid solid to create. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlatonicSolidSource | NewInstance () |
Undocumented Block. | |
virtual void | SetSolidType (int _arg) |
Specify the type of PlatonicSolid solid to create. | |
void | SetSolidTypeToCube () |
Specify the type of PlatonicSolid solid to create. | |
void | SetSolidTypeToDodecahedron () |
Specify the type of PlatonicSolid solid to create. | |
void | SetSolidTypeToIcosahedron () |
Specify the type of PlatonicSolid solid to create. | |
void | SetSolidTypeToOctahedron () |
Specify the type of PlatonicSolid solid to create. | |
void | SetSolidTypeToTetrahedron () |
Specify the type of PlatonicSolid solid to create. | |
Static Public Member Functions | |
static new vtkPlatonicSolidSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlatonicSolidSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlatonicSolidSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkPlatonicSolidSource" |
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 | vtkPlatonicSolidSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPlatonicSolidSource_GetSolidType_01 (HandleRef pThis) |
static internal int | vtkPlatonicSolidSource_GetSolidTypeMaxValue_02 (HandleRef pThis) |
static internal int | vtkPlatonicSolidSource_GetSolidTypeMinValue_03 (HandleRef pThis) |
static internal int | vtkPlatonicSolidSource_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkPlatonicSolidSource_IsTypeOf_05 (string type) |
static internal IntPtr | vtkPlatonicSolidSource_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPlatonicSolidSource_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlatonicSolidSource_SetSolidType_09 (HandleRef pThis, int _arg) |
static internal void | vtkPlatonicSolidSource_SetSolidTypeToCube_10 (HandleRef pThis) |
static internal void | vtkPlatonicSolidSource_SetSolidTypeToDodecahedron_11 (HandleRef pThis) |
static internal void | vtkPlatonicSolidSource_SetSolidTypeToIcosahedron_12 (HandleRef pThis) |
static internal void | vtkPlatonicSolidSource_SetSolidTypeToOctahedron_13 (HandleRef pThis) |
static internal void | vtkPlatonicSolidSource_SetSolidTypeToTetrahedron_14 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPlatonicSolidSource () |
Automatically generated type registration mechanics. |
vtkPlatonicSolidSource - produce polygonal Platonic solids
Description vtkPlatonicSolidSource can generate each of the five Platonic solids: tetrahedron, cube, octahedron, icosahedron, and dodecahedron. Each of the solids is placed inside a sphere centered at the origin with radius 1.0. To use this class, simply specify the solid to create. Note that this source object creates cell scalars that are (integral value) face numbers.
static Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPlatonicSolidSource.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 int Kitware.VTK.vtkPlatonicSolidSource.GetSolidType | ( | ) | [virtual] |
Specify the type of PlatonicSolid solid to create.
virtual int Kitware.VTK.vtkPlatonicSolidSource.GetSolidTypeMaxValue | ( | ) | [virtual] |
Specify the type of PlatonicSolid solid to create.
virtual int Kitware.VTK.vtkPlatonicSolidSource.GetSolidTypeMinValue | ( | ) | [virtual] |
Specify the type of PlatonicSolid solid to create.
override int Kitware.VTK.vtkPlatonicSolidSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkPlatonicSolidSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkPlatonicSolidSource Kitware.VTK.vtkPlatonicSolidSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkPlatonicSolidSource Kitware.VTK.vtkPlatonicSolidSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkPlatonicSolidSource.SetSolidType | ( | int | _arg | ) | [virtual] |
Specify the type of PlatonicSolid solid to create.
Specify the type of PlatonicSolid solid to create.
Specify the type of PlatonicSolid solid to create.
Specify the type of PlatonicSolid solid to create.
Specify the type of PlatonicSolid solid to create.
Specify the type of PlatonicSolid solid to create.
static internal int Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_GetSolidType_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_GetSolidTypeMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_GetSolidTypeMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidType_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidTypeToCube_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidTypeToDodecahedron_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidTypeToIcosahedron_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidTypeToOctahedron_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlatonicSolidSource.vtkPlatonicSolidSource_SetSolidTypeToTetrahedron_14 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkPlatonicSolidSource.MRClassNameKey = "22vtkPlatonicSolidSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkPlatonicSolidSource.MRFullTypeName = "Kitware.VTK.vtkPlatonicSolidSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.