ActiViz .NET
5.8.0
|
vtkTreeFieldAggregator - aggregate field values from the leaves up the tree More...
Public Member Functions | |
vtkTreeFieldAggregator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTreeFieldAggregator () | |
Undocumented Block. | |
virtual string | GetField () |
The field to aggregate. If this is a string array, the entries are converted to double. TODO: Remove this field and use the ArrayToProcess in vtkAlgorithm. | |
virtual bool | GetLeafVertexUnitSize () |
If set, the algorithm will assume a size of 1 for each leaf vertex. | |
virtual bool | GetLogScale () |
If set, the leaf values in the tree will be logarithmically scaled (base 10). | |
virtual double | GetMinValue () |
If the value of the vertex is less than MinValue then consider it's value to be minVal. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | LeafVertexUnitSizeOff () |
If set, the algorithm will assume a size of 1 for each leaf vertex. | |
virtual void | LeafVertexUnitSizeOn () |
If set, the algorithm will assume a size of 1 for each leaf vertex. | |
virtual void | LogScaleOff () |
If set, the leaf values in the tree will be logarithmically scaled (base 10). | |
virtual void | LogScaleOn () |
If set, the leaf values in the tree will be logarithmically scaled (base 10). | |
new vtkTreeFieldAggregator | NewInstance () |
Undocumented Block. | |
virtual void | SetField (string _arg) |
The field to aggregate. If this is a string array, the entries are converted to double. TODO: Remove this field and use the ArrayToProcess in vtkAlgorithm. | |
virtual void | SetLeafVertexUnitSize (bool _arg) |
If set, the algorithm will assume a size of 1 for each leaf vertex. | |
virtual void | SetLogScale (bool _arg) |
If set, the leaf values in the tree will be logarithmically scaled (base 10). | |
virtual void | SetMinValue (double _arg) |
If the value of the vertex is less than MinValue then consider it's value to be minVal. | |
Static Public Member Functions | |
static new vtkTreeFieldAggregator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTreeFieldAggregator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTreeFieldAggregator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkTreeFieldAggregator" |
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 | vtkTreeFieldAggregator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeFieldAggregator_GetField_01 (HandleRef pThis) |
static internal byte | vtkTreeFieldAggregator_GetLeafVertexUnitSize_02 (HandleRef pThis) |
static internal byte | vtkTreeFieldAggregator_GetLogScale_03 (HandleRef pThis) |
static internal double | vtkTreeFieldAggregator_GetMinValue_04 (HandleRef pThis) |
static internal int | vtkTreeFieldAggregator_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkTreeFieldAggregator_IsTypeOf_06 (string type) |
static internal void | vtkTreeFieldAggregator_LeafVertexUnitSizeOff_07 (HandleRef pThis) |
static internal void | vtkTreeFieldAggregator_LeafVertexUnitSizeOn_08 (HandleRef pThis) |
static internal void | vtkTreeFieldAggregator_LogScaleOff_09 (HandleRef pThis) |
static internal void | vtkTreeFieldAggregator_LogScaleOn_10 (HandleRef pThis) |
static internal IntPtr | vtkTreeFieldAggregator_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeFieldAggregator_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeFieldAggregator_SetField_14 (HandleRef pThis, string _arg) |
static internal void | vtkTreeFieldAggregator_SetLeafVertexUnitSize_15 (HandleRef pThis, byte _arg) |
static internal void | vtkTreeFieldAggregator_SetLogScale_16 (HandleRef pThis, byte _arg) |
static internal void | vtkTreeFieldAggregator_SetMinValue_17 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkTreeFieldAggregator () |
Automatically generated type registration mechanics. |
vtkTreeFieldAggregator - aggregate field values from the leaves up the tree
Description vtkTreeFieldAggregator may be used to assign sizes to all the vertices in the tree, based on the sizes of the leaves. The size of a vertex will equal the sum of the sizes of the child vertices. If you have a data array with values for all leaves, you may specify that array, and the values will be filled in for interior tree vertices. If you do not yet have an array, you may tell the filter to create a new array, assuming that the size of each leaf vertex is 1. You may optionally set a flag to first take the log of all leaf values before aggregating.
static Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTreeFieldAggregator.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.vtkTreeAlgorithm.
virtual string Kitware.VTK.vtkTreeFieldAggregator.GetField | ( | ) | [virtual] |
The field to aggregate. If this is a string array, the entries are converted to double. TODO: Remove this field and use the ArrayToProcess in vtkAlgorithm.
virtual bool Kitware.VTK.vtkTreeFieldAggregator.GetLeafVertexUnitSize | ( | ) | [virtual] |
If set, the algorithm will assume a size of 1 for each leaf vertex.
virtual bool Kitware.VTK.vtkTreeFieldAggregator.GetLogScale | ( | ) | [virtual] |
If set, the leaf values in the tree will be logarithmically scaled (base 10).
virtual double Kitware.VTK.vtkTreeFieldAggregator.GetMinValue | ( | ) | [virtual] |
If the value of the vertex is less than MinValue then consider it's value to be minVal.
override int Kitware.VTK.vtkTreeFieldAggregator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
static new int Kitware.VTK.vtkTreeFieldAggregator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
virtual void Kitware.VTK.vtkTreeFieldAggregator.LeafVertexUnitSizeOff | ( | ) | [virtual] |
If set, the algorithm will assume a size of 1 for each leaf vertex.
virtual void Kitware.VTK.vtkTreeFieldAggregator.LeafVertexUnitSizeOn | ( | ) | [virtual] |
If set, the algorithm will assume a size of 1 for each leaf vertex.
virtual void Kitware.VTK.vtkTreeFieldAggregator.LogScaleOff | ( | ) | [virtual] |
If set, the leaf values in the tree will be logarithmically scaled (base 10).
virtual void Kitware.VTK.vtkTreeFieldAggregator.LogScaleOn | ( | ) | [virtual] |
If set, the leaf values in the tree will be logarithmically scaled (base 10).
static new vtkTreeFieldAggregator Kitware.VTK.vtkTreeFieldAggregator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
static new vtkTreeFieldAggregator Kitware.VTK.vtkTreeFieldAggregator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
virtual void Kitware.VTK.vtkTreeFieldAggregator.SetField | ( | string | _arg | ) | [virtual] |
The field to aggregate. If this is a string array, the entries are converted to double. TODO: Remove this field and use the ArrayToProcess in vtkAlgorithm.
virtual void Kitware.VTK.vtkTreeFieldAggregator.SetLeafVertexUnitSize | ( | bool | _arg | ) | [virtual] |
If set, the algorithm will assume a size of 1 for each leaf vertex.
virtual void Kitware.VTK.vtkTreeFieldAggregator.SetLogScale | ( | bool | _arg | ) | [virtual] |
If set, the leaf values in the tree will be logarithmically scaled (base 10).
virtual void Kitware.VTK.vtkTreeFieldAggregator.SetMinValue | ( | double | _arg | ) | [virtual] |
If the value of the vertex is less than MinValue then consider it's value to be minVal.
static internal IntPtr Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_GetField_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_GetLeafVertexUnitSize_02 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_GetLogScale_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_GetMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_LeafVertexUnitSizeOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_LeafVertexUnitSizeOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_LogScaleOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_LogScaleOn_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_SetField_14 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_SetLeafVertexUnitSize_15 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_SetLogScale_16 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeFieldAggregator.vtkTreeFieldAggregator_SetMinValue_17 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTreeFieldAggregator.MRClassNameKey = "22vtkTreeFieldAggregator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
new const string Kitware.VTK.vtkTreeFieldAggregator.MRFullTypeName = "Kitware.VTK.vtkTreeFieldAggregator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.