#include <Graphic3d_Plotter.hxx>
Public Member Functions | |
| virtual Standard_EXPORT void | Destroy () |
| Deletes the plotter <me>. . | |
| ~Graphic3d_Plotter () | |
| virtual Standard_EXPORT Standard_Boolean | BeginPlot (const Handle(Graphic3d_DataStructureManager)&aProjector) |
| Warning: Returns Standard_True if plotting is enabled in the view. Raises PlotterDefinitionError from Graphic3d if plotting has already started. . | |
| virtual Standard_EXPORT void | EndPlot () |
| Stops the plotting. Warning: Raises PlotterDefinitionError from Graphic3d if plotting has not started yet. . | |
| virtual Standard_EXPORT Standard_Boolean | PlottingState () const =0 |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
| Standard_EXPORT | Graphic3d_Plotter () |
| Initialise the constructor of the plotter. Warning: Raises InitialisationError if the initialisation of the plotter failed. . | |
Protected Attributes | |
| Standard_Boolean | MyPlottingState |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1