22 #ifndef vtkSMMultiSliceViewProxy_h 23 #define vtkSMMultiSliceViewProxy_h 25 #include "vtkPVServerManagerRenderingModule.h" 35 void PrintSelf(ostream& os, vtkIndent indent);
60 void GetDataBounds(
double bounds[6]);
65 static void ForceRepresentationType(
vtkSMProxy* reprProxy,
const char* type);
71 static bool GetDataBounds(
vtkSMSourceProxy* source,
int opport,
double bounds[6]);
virtual const char * IsSelectVisiblePointsAvailable()
Similar to IsSelectionAvailable(), however, on failure returns the error message otherwise 0...
virtual const char * GetRepresentationType(vtkSMSourceProxy *producer, int outputPort)
Overridden to check through the various representations that this view can create.
virtual vtkSMRepresentationProxy * CreateDefaultRepresentation(vtkSMProxy *, int)
Create a default representation for the given source proxy.
Custom RenderViewProxy to override CreateDefaultRepresentation method so only the Multi-Slice represe...
implementation for View that includes render window and renderers.
proxy for a VTK source on a server
static vtkSMRenderViewProxy * New()
void PrintSelf(ostream &os, vtkIndent indent)
proxy for a VTK object(s) on a server
vtkSMProxyInternals * Internals