9 #ifndef vtkPVGridAxes3DRepresentation_h 10 #define vtkPVGridAxes3DRepresentation_h 31 void SetGridAxesVisibility(
bool);
32 void SetPosition(
double pos[3]);
33 void SetPosition(
double x,
double y,
double z);
34 void SetScale(
double scale[3]);
35 void SetScale(
double x,
double y,
double z);
49 void UpdateVisibility();
65 #endif // vtkPVGridAxes3DRepresentation_h vtkPVGridAxes3DActor * GridAxes
#define VTKREMOTINGVIEWS_EXPORT
vtkPVDataRepresentation adds some ParaView specific API to data representations.
bool AddToView(vtkView *view) override
Making these methods public.
virtual void SetVisibility(bool val)
Get/Set the visibility for this representation.
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden to invoke vtkCommand::UpdateDataEvent.
struct Position_t Position
bool RemoveFromView(vtkView *view) override
Making these methods public.
static vtkDataRepresentation * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Representation for vtkPVGridAxis3DActor.
vtkNew< vtkPolyData > DummyPolyData
ParaView extensions for vtkGridAxes3DActor.