17 #ifndef vtkGraphMapper_h
18 #define vtkGraphMapper_h
21 #include "vtkRenderingCoreModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
56 void SetVertexColorArrayName(
const char*
name);
57 const char* GetVertexColorArrayName();
64 void SetColorVertices(
bool vis);
65 bool GetColorVertices();
66 void ColorVerticesOn();
67 void ColorVerticesOff();
77 void SetScaledGlyphs(
bool arg);
78 vtkGetMacro(ScaledGlyphs,
bool);
79 vtkBooleanMacro(ScaledGlyphs,
bool);
86 vtkSetStringMacro(ScalingArrayName);
87 vtkGetStringMacro(ScalingArrayName);
94 void SetEdgeVisibility(
bool vis);
95 bool GetEdgeVisibility();
96 vtkBooleanMacro(EdgeVisibility,
bool);
103 void SetEdgeColorArrayName(
const char*
name);
104 const char* GetEdgeColorArrayName();
111 void SetColorEdges(
bool vis);
112 bool GetColorEdges();
114 void ColorEdgesOff();
121 vtkSetStringMacro(EnabledEdgesArrayName);
122 vtkGetStringMacro(EnabledEdgesArrayName);
138 vtkSetStringMacro(EnabledVerticesArrayName);
139 vtkGetStringMacro(EnabledVerticesArrayName);
148 vtkBooleanMacro(EnableVerticesByArray,
vtkTypeBool);
155 void SetIconArrayName(
const char*
name);
156 const char* GetIconArrayName();
164 void AddIconType(
const char*
type,
int index);
169 void ClearIconTypes();
175 void SetIconSize(
int*
size);
183 void SetIconAlignment(
int alignment);
197 void SetIconVisibility(
bool vis);
198 bool GetIconVisibility();
199 vtkBooleanMacro(IconVisibility,
bool);
206 vtkGetMacro(VertexPointSize,
float);
207 void SetVertexPointSize(
float size);
214 vtkGetMacro(EdgeLineWidth,
float);
215 void SetEdgeLineWidth(
float width);
261 vtkGetStringMacro(VertexColorArrayNameInternal);
262 vtkSetStringMacro(VertexColorArrayNameInternal);
263 vtkGetStringMacro(EdgeColorArrayNameInternal);
264 vtkSetStringMacro(EdgeColorArrayNameInternal);
274 vtkGetStringMacro(IconArrayNameInternal);
275 vtkSetStringMacro(IconArrayNameInternal);
313 float VertexPointSize;
316 char* ScalingArrayName;
319 VTK_ABI_NAMESPACE_END
char * EdgeColorArrayNameInternal
Used to store the vertex and edge color array names.
map vtkGraph and derived classes to graphics primitives
void GetBounds(T a, double bds[6])
char * EnabledVerticesArrayName
represents an object (geometry & properties) in a rendered scene
actor that draws 2D data with texture support
char * IconArrayNameInternal
Map values in an input array to different values in an output array of (possibly) different type...
vtkTypeUInt32 vtkMTimeType
Filter that generates a polydata consisting of quads with texture coordinates referring to a set of i...
vtkTypeBool EnableEdgesByArray
vtkSmartPointer< vtkPolyDataMapper > OutlineMapper
void ReportReferences(vtkGarbageCollector *) override
a actor that draws 2D data
map scalar values into colors via a lookup table
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkSmartPointer< vtkGlyph3D > CircleOutlineGlyph
vtkSmartPointer< vtkIconGlyphFilter > IconGlyph
vtkSmartPointer< vtkActor > OutlineActor
generate points at center of cells
Detect and break reference loops.
vtkSmartPointer< vtkTransformCoordinateSystems > IconTransform
convert a vtkGraph to vtkPolyData
Base class for graph data types.
window superclass for vtkRenderWindow
Make a vtkPolyData with a vertex on each point.
a simple class to control print indentation
a virtual camera for 3D rendering
vtkLookupTable * VertexLookupTable
copy oriented and scaled glyph geometry to every input point
vtkSmartPointer< vtkPolyDataMapper > VertexMapper
vtkSmartPointer< vtkGlyph3D > CircleGlyph
handles properties associated with a texture map
virtual double * GetBounds()=0
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLookupTable * EdgeLookupTable
vtkMTimeType GetMTime() override
Overload standard modified time function.
vtkSmartPointer< vtkActor > EdgeActor
#define VTK_SIZEHINT(...)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
abstract class specifies interface to map data to graphics primitives
map vtkPolyData to graphics primitives
a subclass of actor that always faces the camera
vtkSmartPointer< vtkTexturedActor2D > IconActor
vtkSmartPointer< vtkActor > VertexActor
char * EnabledEdgesArrayName
vtkSmartPointer< vtkGraphToPolyData > GraphToPoly
static vtkAlgorithm * New()
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
vtkSmartPointer< vtkMapArrayValues > IconTypeToIndex
vtkDataSet * GetInput()
Get the input as a vtkDataSet.
vtkSmartPointer< vtkVertexGlyphFilter > VertexGlyph
vtkSmartPointer< vtkPolyDataMapper2D > IconMapper
vtkSmartPointer< vtkPolyDataMapper > EdgeMapper
virtual void Render(vtkRenderer *ren, vtkActor *a)=0
Method initiates the mapping process.
char * VertexColorArrayNameInternal
Used to store the vertex and edge color array names.
draw vtkPolyData onto the image plane
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
vtkTypeBool EnableVerticesByArray