Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkTreeFieldAggregator, simply invoke its constructor as follows
obj = vtkTreeFieldAggregator
obj is an instance of the vtkTreeFieldAggregator class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeFieldAggregator = obj.NewInstance ()
vtkTreeFieldAggregator = obj.SafeDownCast (vtkObject o)
string = obj.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.
obj.SetField (string ) - 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.
double = obj.GetMinValue () - If the value of the vertex is less than MinValue then consider it's value to be minVal.
obj.SetMinValue (double ) - If the value of the vertex is less than MinValue then consider it's value to be minVal.
obj.SetLeafVertexUnitSize (bool ) - If set, the algorithm will assume a size of 1 for each leaf vertex.
bool = obj.GetLeafVertexUnitSize () - If set, the algorithm will assume a size of 1 for each leaf vertex.
obj.LeafVertexUnitSizeOn () - If set, the algorithm will assume a size of 1 for each leaf vertex.
obj.LeafVertexUnitSizeOff () - If set, the algorithm will assume a size of 1 for each leaf vertex.
obj.SetLogScale (bool ) - If set, the leaf values in the tree will be logarithmically scaled (base 10).
bool = obj.GetLogScale () - If set, the leaf values in the tree will be logarithmically scaled (base 10).
obj.LogScaleOn () - If set, the leaf values in the tree will be logarithmically scaled (base 10).
obj.LogScaleOff () - If set, the leaf values in the tree will be logarithmically scaled (base 10).