Go to the documentation of this file.
9 #ifndef vtkPVGridAxes3DRepresentation_h
10 #define vtkPVGridAxes3DRepresentation_h
14 #include "vtkRemotingViewsModule.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
static vtkDataRepresentation * New()
bool AddToView(vtkView *view) override
Making these methods public.
virtual void SetVisibility(bool val)
Get/Set the visibility for this representation.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden to invoke vtkCommand::UpdateDataEvent.
ParaView extensions for vtkGridAxes3DActor.
bool RemoveFromView(vtkView *view) override
Making these methods public.
Representation for vtkPVGridAxis3DActor.
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkNew< vtkPolyData > DummyPolyData
vtkPVGridAxes3DActor * GridAxes