10 #ifndef vtkLogoSourceRepresentation_h 11 #define vtkLogoSourceRepresentation_h 42 void SetInteractivity(
bool);
48 vtkSetMacro(Opacity,
double);
49 vtkGetMacro(Opacity,
double);
56 vtkSetMacro(InteractiveScaling,
bool);
57 vtkGetMacro(InteractiveScaling,
bool);
58 vtkBooleanMacro(InteractiveScaling,
bool);
61 static constexpr
double VTK_MINIMUM_IMAGE_SCALE = 0.01;
62 static constexpr
double VTK_MAXIMUM_IMAGE_SCALE = 2.0;
67 vtkSetClampMacro(ImageScale,
double, VTK_MINIMUM_IMAGE_SCALE, VTK_MAXIMUM_IMAGE_SCALE);
68 vtkGetMacro(ImageScale,
double);
110 double Opacity = 1.0;
111 bool InteractiveScaling =
true;
112 double ImageScale = 0.075;
#define VTKREMOTINGVIEWS_EXPORT
vtkPVDataRepresentation adds some ParaView specific API to data representations.
vtkLogoSourceRepresentation is a representation to show a Logo.
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.
bool RemoveFromView(vtkView *view) override
Making these methods public.
static vtkDataRepresentation * New()
void PrintSelf(ostream &os, vtkIndent indent) override
vtkNew< vtkImageData > ImageCache