Go to the documentation of this file.
81 #ifndef vtkTensorGlyph_h
82 #define vtkTensorGlyph_h
114 this->SetSourceConnection(0, algOutput);
188 {this->SetColorMode(COLOR_BY_SCALARS);};
190 {this->SetColorMode(COLOR_BY_EIGENVALUES);};
static vtkTensorGlyph * New()
scale and orient glyph(s) according to tensor eigenvalues and eigenvectors
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
void SetColorModeToScalars()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define vtkSetClampMacro(name, type, min, max)
void SetSourceConnection(int id, vtkAlgorithmOutput *algOutput)
void SetColorModeToEigenvalues()
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Proxy object to connect input/output ports.
void SetSourceData(vtkPolyData *source)
void PrintSelf(ostream &os, vtkIndent indent)
vtkPolyData * GetSource()
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.