13 #ifndef vtkProtractorRepresentation_h 14 #define vtkProtractorRepresentation_h 46 void SetLineColor(
double r,
double g,
double b);
47 void SetLineThickness(
double thickness);
48 void SetArrowStyle(
int style);
49 void SetLabelFactorSize(
double size);
51 void SetLabelFormat(
char* labelFormat);
52 void SetAngleScale(
double factor);
vtkNew< vtkPolyData > Clone
#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.
vtkProtractorRepresentation is a representation to show a protractor.
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
vtkSmartPointer< vtkAngleRepresentation2D > AngleRepresentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden to invoke vtkCommand::UpdateDataEvent.
bool RemoveFromView(vtkView *view) override
Making these methods public.
static vtkDataRepresentation * New()
void PrintSelf(ostream &os, vtkIndent indent) override