 |
VTK
9.1.0
|
Go to the documentation of this file.
123 #ifndef vtkTensorGlyph_h
124 #define vtkTensorGlyph_h
126 #include "vtkFiltersCoreModule.h"
164 this->SetSourceConnection(0, algOutput);
182 vtkSetMacro(ScaleFactor,
double);
183 vtkGetMacro(ScaleFactor,
double);
209 vtkSetMacro(Length,
double);
210 vtkGetMacro(Length,
double);
250 vtkSetClampMacro(ColorMode,
int, COLOR_BY_SCALARS, COLOR_BY_EIGENVALUES);
251 vtkGetMacro(ColorMode,
int);
274 vtkSetMacro(MaxScaleFactor,
double);
275 vtkGetMacro(MaxScaleFactor,
double);
static vtkTensorGlyph * New()
Standard methods for instantiation, obtaining type information, and printing.Construct object with sc...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.Construct object with sc...
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()
Set the color mode to be used for the glyphs.
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()
Set the color mode to be used for the glyphs.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify a source object at a specified table location.
Proxy object to connect input/output ports.
void SetSourceData(vtkPolyData *source)
Specify the geometry to copy to each point.
vtkPolyData * GetSource()
Specify the geometry to copy to each point.
concrete dataset represents vertices, lines, polygons, and triangle strips
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Superclass for algorithms that produce only polydata as output.