ActiViz .NET
5.8.0
|
vtkTreeMapToPolyData - converts a tree to a polygonal data representing a tree map More...
Public Member Functions | |
vtkTreeMapToPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTreeMapToPolyData () | |
Undocumented Block. | |
virtual int | FillInputPortInformation (int port, vtkInformation info) |
The spacing along the z-axis between tree map levels. | |
virtual bool | GetAddNormals () |
The spacing along the z-axis between tree map levels. | |
virtual double | GetLevelDeltaZ () |
The spacing along the z-axis between tree map levels. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTreeMapToPolyData | NewInstance () |
Undocumented Block. | |
virtual void | SetAddNormals (bool _arg) |
The spacing along the z-axis between tree map levels. | |
virtual void | SetLevelArrayName (string name) |
The field containing the level of each tree node. This can be added using vtkTreeLevelsFilter before this filter. If this is not present, the filter simply calls tree->GetLevel(v) for each vertex, which will produce the same result, but may not be as efficient. | |
virtual void | SetLevelDeltaZ (double _arg) |
The spacing along the z-axis between tree map levels. | |
virtual void | SetRectanglesArrayName (string name) |
The field containing quadruples of the form (min x, max x, min y, max y) representing the bounds of the rectangles for each vertex. This array may be added to the tree using vtkTreeMapLayout. | |
Static Public Member Functions | |
static new vtkTreeMapToPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTreeMapToPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTreeMapToPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkTreeMapToPolyData" |
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 | vtkTreeMapToPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTreeMapToPolyData_FillInputPortInformation_01 (HandleRef pThis, int port, HandleRef info) |
static internal byte | vtkTreeMapToPolyData_GetAddNormals_02 (HandleRef pThis) |
static internal double | vtkTreeMapToPolyData_GetLevelDeltaZ_03 (HandleRef pThis) |
static internal int | vtkTreeMapToPolyData_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkTreeMapToPolyData_IsTypeOf_05 (string type) |
static internal IntPtr | vtkTreeMapToPolyData_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeMapToPolyData_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeMapToPolyData_SetAddNormals_09 (HandleRef pThis, byte _arg) |
static internal void | vtkTreeMapToPolyData_SetLevelArrayName_10 (HandleRef pThis, string name) |
static internal void | vtkTreeMapToPolyData_SetLevelDeltaZ_11 (HandleRef pThis, double _arg) |
static internal void | vtkTreeMapToPolyData_SetRectanglesArrayName_12 (HandleRef pThis, string name) |
Static Private Member Functions | |
static | vtkTreeMapToPolyData () |
Automatically generated type registration mechanics. |
vtkTreeMapToPolyData - converts a tree to a polygonal data representing a tree map
Description This algorithm requires that the vtkTreeMapLayout filter has already applied to the data in order to create the quadruple array (min x, max x, min y, max y) of bounds for each vertex of the tree.
static Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTreeMapToPolyData.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.vtkTreeMapToPolyData.FillInputPortInformation | ( | int | port, |
vtkInformation | info | ||
) | [virtual] |
The spacing along the z-axis between tree map levels.
virtual bool Kitware.VTK.vtkTreeMapToPolyData.GetAddNormals | ( | ) | [virtual] |
The spacing along the z-axis between tree map levels.
virtual double Kitware.VTK.vtkTreeMapToPolyData.GetLevelDeltaZ | ( | ) | [virtual] |
The spacing along the z-axis between tree map levels.
override int Kitware.VTK.vtkTreeMapToPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkTreeMapToPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTreeMapToPolyData Kitware.VTK.vtkTreeMapToPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTreeMapToPolyData Kitware.VTK.vtkTreeMapToPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkTreeMapToPolyData.SetAddNormals | ( | bool | _arg | ) | [virtual] |
The spacing along the z-axis between tree map levels.
virtual void Kitware.VTK.vtkTreeMapToPolyData.SetLevelArrayName | ( | string | name | ) | [virtual] |
The field containing the level of each tree node. This can be added using vtkTreeLevelsFilter before this filter. If this is not present, the filter simply calls tree->GetLevel(v) for each vertex, which will produce the same result, but may not be as efficient.
virtual void Kitware.VTK.vtkTreeMapToPolyData.SetLevelDeltaZ | ( | double | _arg | ) | [virtual] |
The spacing along the z-axis between tree map levels.
virtual void Kitware.VTK.vtkTreeMapToPolyData.SetRectanglesArrayName | ( | string | name | ) | [virtual] |
The field containing quadruples of the form (min x, max x, min y, max y) representing the bounds of the rectangles for each vertex. This array may be added to the tree using vtkTreeMapLayout.
static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_FillInputPortInformation_01 | ( | HandleRef | pThis, |
int | port, | ||
HandleRef | info | ||
) | [private] |
static internal byte Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_GetAddNormals_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_GetLevelDeltaZ_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetAddNormals_09 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetLevelArrayName_10 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetLevelDeltaZ_11 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetRectanglesArrayName_12 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
new readonly string Kitware.VTK.vtkTreeMapToPolyData.MRClassNameKey = "20vtkTreeMapToPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkTreeMapToPolyData.MRFullTypeName = "Kitware.VTK.vtkTreeMapToPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.