81 #ifndef vtkTensorGlyph_h
82 #define vtkTensorGlyph_h
114 this->SetSourceConnection(0, algOutput);
120 vtkSetMacro(Scaling,
int);
121 vtkGetMacro(Scaling,
int);
122 vtkBooleanMacro(Scaling,
int);
128 vtkSetMacro(ScaleFactor,
double);
129 vtkGetMacro(ScaleFactor,
double);
134 vtkSetMacro(ThreeGlyphs,
int);
135 vtkGetMacro(ThreeGlyphs,
int);
136 vtkBooleanMacro(ThreeGlyphs,
int);
141 vtkSetMacro(Symmetric,
int);
142 vtkGetMacro(Symmetric,
int);
143 vtkBooleanMacro(Symmetric,
int);
149 vtkSetMacro(Length,
double);
150 vtkGetMacro(Length,
double);
155 vtkSetMacro(ExtractEigenvalues,
int);
156 vtkBooleanMacro(ExtractEigenvalues,
int);
157 vtkGetMacro(ExtractEigenvalues,
int);
164 vtkSetMacro(ColorGlyphs,
int);
165 vtkGetMacro(ColorGlyphs,
int);
166 vtkBooleanMacro(ColorGlyphs,
int);
185 vtkSetClampMacro(ColorMode,
int, COLOR_BY_SCALARS, COLOR_BY_EIGENVALUES);
186 vtkGetMacro(ColorMode,
int);
188 {this->SetColorMode(COLOR_BY_SCALARS);};
190 {this->SetColorMode(COLOR_BY_EIGENVALUES);};
197 vtkSetMacro(ClampScaling,
int);
198 vtkGetMacro(ClampScaling,
int);
199 vtkBooleanMacro(ClampScaling,
int);
207 vtkSetMacro(MaxScaleFactor,
double);
208 vtkGetMacro(MaxScaleFactor,
double);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
void SetColorModeToScalars()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetColorModeToEigenvalues()
scale and orient glyph(s) according to tensor eigenvalues and eigenvectors