79 #ifndef __vtkGL2PSExporter_h
80 #define __vtkGL2PSExporter_h
147 this->SetSortToOff();
148 this->SetSimpleLineOffset(0);
160 {this->SetFileFormat(PS_FILE);};
162 {this->SetFileFormat(EPS_FILE);};
164 {this->SetFileFormat(PDF_FILE);};
166 {this->SetFileFormat(TEX_FILE);};
168 {this->SetFileFormat(SVG_FILE);};
169 const char *GetFileFormatAsString();
188 {this->SetSort(NO_SORT);};
190 {this->SetSort(SIMPLE_SORT);};
192 {this->SetSort(BSP_SORT);};
193 const char *GetSortAsString();
322 int GetGL2PSOptions();
324 int GetGL2PSFormat();
325 const char *GetFileExtension();
350 void DrawViewportTextOverlay(
const char *
string,
vtkTextProperty *tprop,
357 void CopyPixels(
int copyRect[4],
vtkRenderer *ren);
abstract superclass for all actors, volumes and annotations
void SetFileFormatToEPS()
abstract class to write a scene to a file
void SetFileFormatToPDF()
represent and manipulate 4x4 transformation matrices
export a scene as a PostScript file using GL2PS.
virtual void WriteData()=0
concrete dataset representing a path defined by Bezier curves.
#define vtkGetMacro(name, type)
a actor that draws 2D data
Create a scalar bar with labels.
#define VTKIOEXPORT_EXPORT
abstract specification for renderers
#define vtkSetClampMacro(name, type, min, max)
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
draw text labels at dataset points
vtkNew< vtkImageData > PixelData
An actor that displays text. Scaled or unscaled.
dynamic, self-adjusting array of int
a simple class to control print indentation
topologically and geometrically regular array of data
void SetFileFormatToSVG()
An actor that displays text.
#define vtkGetStringMacro(name)
represent text properties.
#define vtkGetObjectMacro(name, type)
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
const char * GetFileFormatAsString()
void SetFileFormatToTeX()
create and manipulate unsorted lists of objects
void UsePainterSettings()
vtkPropCollection * RasterExclusions
int Write3DPropsAsRasterImage
#define vtkBooleanMacro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
const char * GetSortAsString()
#define vtkSetMacro(name, type)