Go to the documentation of this file.
86 #ifndef vtkTensorGlyph_h
87 #define vtkTensorGlyph_h
89 #include "vtkFiltersCoreModule.h"
125 this->SetSourceConnection(0, algOutput);
143 vtkSetMacro(ScaleFactor,
double);
144 vtkGetMacro(ScaleFactor,
double);
170 vtkSetMacro(Length,
double);
171 vtkGetMacro(Length,
double);
211 vtkSetClampMacro(ColorMode,
int, COLOR_BY_SCALARS, COLOR_BY_EIGENVALUES);
212 vtkGetMacro(ColorMode,
int);
214 {this->SetColorMode(COLOR_BY_SCALARS);};
216 {this->SetColorMode(COLOR_BY_EIGENVALUES);};
237 vtkSetMacro(MaxScaleFactor,
double);
238 vtkGetMacro(MaxScaleFactor,
double);
static vtkTensorGlyph * New()
Construct object with scaling on and scale factor 1.0.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
scale and orient glyph(s) according to eigenvalues and eigenvectors of symmetrical part of tensor
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTensorGlyph() override
void SetColorModeToScalars()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetSourceConnection(int id, vtkAlgorithmOutput *algOutput)
Specify a source object at a specified table location.
vtkTypeBool ExtractEigenvalues
void SetColorModeToEigenvalues()
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Proxy object to connect input/output ports.
void SetSourceData(vtkPolyData *source)
Specify the geometry to copy to each point.
vtkPolyData * GetSource()
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.