|
VTK
9.1.0
|
create glyphs for graph vertices More...
#include <vtkGraphToGlyphs.h>
Public Types | |
| enum | { VERTEX = 1 , DASH , CROSS , THICKCROSS , TRIANGLE , SQUARE , CIRCLE , DIAMOND , SPHERE } |
| typedef vtkPolyDataAlgorithm | Superclass |
Public Types inherited from vtkPolyDataAlgorithm | |
| typedef vtkAlgorithm | Superclass |
Public Types inherited from vtkAlgorithm | |
| enum | DesiredOutputPrecision { SINGLE_PRECISION , DOUBLE_PRECISION , DEFAULT_PRECISION } |
| Values used for setting the desired output precision for various algorithms. More... | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
| vtkGraphToGlyphs * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More... | |
| vtkMTimeType | GetMTime () override |
| The modified time of this filter. More... | |
| virtual void | SetGlyphType (int) |
| The glyph type, specified as one of the enumerated values in this class. More... | |
| virtual int | GetGlyphType () |
| The glyph type, specified as one of the enumerated values in this class. More... | |
| virtual void | SetFilled (bool) |
| Whether to fill the glyph, or to just render the outline. More... | |
| virtual bool | GetFilled () |
| Whether to fill the glyph, or to just render the outline. More... | |
| virtual void | FilledOn () |
| Whether to fill the glyph, or to just render the outline. More... | |
| virtual void | FilledOff () |
| Whether to fill the glyph, or to just render the outline. More... | |
| virtual void | SetScreenSize (double) |
| Set the desired screen size of each glyph. More... | |
| virtual double | GetScreenSize () |
| Set the desired screen size of each glyph. More... | |
| virtual void | SetRenderer (vtkRenderer *ren) |
| The renderer in which the glyphs will be placed. More... | |
| virtual vtkRenderer * | GetRenderer () |
| The renderer in which the glyphs will be placed. More... | |
| virtual void | SetScaling (bool b) |
| Whether to use the input array to process in order to scale the vertices. More... | |