Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVClientServerSynchronizedRenderers Class Reference

vtkPVClientServerSynchronizedRenderers is similar to vtkClientServerSynchronizedRenderers except that it optionally uses image compressors to compress the image before transmitting. More...

#include <vtkPVClientServerSynchronizedRenderers.h>

Inheritance diagram for vtkPVClientServerSynchronizedRenderers:
Inheritance graph
[legend]
Collaboration diagram for vtkPVClientServerSynchronizedRenderers:
Collaboration graph
[legend]

Public Types

typedef vtkSynchronizedRenderers Superclass
 
- Public Types inherited from vtkSynchronizedRenderers
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetLossLessCompression (bool)
 
virtual bool GetLossLessCompression ()
 
virtual void SetNVPipeSupport (bool)
 
virtual bool GetNVPipeSupport ()
 
virtual void ConfigureCompressor (const char *stream)
 Set and configure a compressor from it's own configuration stream. More...
 
- Public Member Functions inherited from vtkSynchronizedRenderers
vtkSynchronizedRenderersNewInstance () const
 
void CollectiveExpandForVisiblePropBounds (double bounds[6])
 
virtual void SetRenderer (vtkRenderer *)
 
virtual vtkRendererGetRenderer ()
 
virtual void SetParallelController (vtkMultiProcessController *)
 
virtual vtkMultiProcessControllerGetParallelController ()
 
virtual void SetParallelRendering (bool)
 
virtual bool GetParallelRendering ()
 
virtual void ParallelRenderingOn ()
 
virtual void ParallelRenderingOff ()
 
virtual void SetImageReductionFactor (int)
 
virtual int GetImageReductionFactor ()
 
virtual void SetWriteBackImages (bool)
 
virtual bool GetWriteBackImages ()
 
virtual void WriteBackImagesOn ()
 
virtual void WriteBackImagesOff ()
 
virtual void SetRootProcessId (int)
 
virtual int GetRootProcessId ()
 
virtual void SetCaptureDelegate (vtkSynchronizedRenderers *)
 
virtual vtkSynchronizedRenderersGetCaptureDelegate ()
 
virtual void SetAutomaticEventHandling (bool)
 
virtual bool GetAutomaticEventHandling ()
 
virtual void AutomaticEventHandlingOn ()
 
virtual void AutomaticEventHandlingOff ()
 
virtual void SetRenderer (vtkRenderer *)
 
virtual vtkRendererGetRenderer ()
 
virtual void SetParallelController (vtkMultiProcessController *)
 
virtual vtkMultiProcessControllerGetParallelController ()
 
virtual void SetParallelRendering (bool)
 
virtual bool GetParallelRendering ()
 
virtual void ParallelRenderingOn ()
 
virtual void ParallelRenderingOff ()
 
virtual void SetImageReductionFactor (int)
 
virtual int GetImageReductionFactor ()
 
virtual void SetWriteBackImages (bool)
 
virtual bool GetWriteBackImages ()
 
virtual void WriteBackImagesOn ()
 
virtual void WriteBackImagesOff ()
 
virtual void SetRootProcessId (int)
 
virtual int GetRootProcessId ()
 
virtual void SetCaptureDelegate (vtkSynchronizedRenderers *)
 
virtual vtkSynchronizedRenderersGetCaptureDelegate ()
 
virtual void SetAutomaticEventHandling (bool)
 
virtual bool GetAutomaticEventHandling ()
 
virtual void AutomaticEventHandlingOn ()
 
virtual void AutomaticEventHandlingOff ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkPVClientServerSynchronizedRenderersNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVClientServerSynchronizedRenderersSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSynchronizedRenderers
static vtkSynchronizedRenderersNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSynchronizedRenderersSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPVClientServerSynchronizedRenderers ()
 
 ~vtkPVClientServerSynchronizedRenderers () override
 
vtkUnsignedCharArrayCompress (vtkUnsignedCharArray *)
 
void Decompress (vtkUnsignedCharArray *input, vtkUnsignedCharArray *outputBuffer)
 
void MasterEndRender () override
 
void SlaveEndRender () override
 
void SetCompressor (vtkImageCompressor *comp)
 Set/Get the compressor object, it's setting can be manipulated directly. More...
 
virtual vtkImageCompressorGetCompressor ()
 Set/Get the compressor object, it's setting can be manipulated directly. More...
 
- Protected Member Functions inherited from vtkSynchronizedRenderers
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkSynchronizedRenderers ()
 
 ~vtkSynchronizedRenderers ()
 
virtual void HandleStartRender ()
 
virtual void HandleEndRender ()
 
virtual void HandleAbortRender ()
 
virtual void MasterStartRender ()
 
virtual void SlaveStartRender ()
 
virtual vtkRawImage & CaptureRenderedImage ()
 
virtual void PushImageToScreen ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkImageCompressorCompressor
 
bool LossLessCompression
 
bool NVPipeSupport
 
- Protected Attributes inherited from vtkSynchronizedRenderers
vtkMultiProcessControllerParallelController
 
vtkOpenGLRendererRenderer
 
vtkSynchronizedRenderersCaptureDelegate
 
vtkRawImage ReducedImage
 
vtkRawImage FullImage
 
bool ParallelRendering
 
int ImageReductionFactor
 
bool WriteBackImages
 
int RootProcessId
 
bool AutomaticEventHandling
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkSynchronizedRenderers
 SYNC_RENDERER_TAG
 
 RESET_CAMERA_TAG
 
 COMPUTE_BOUNDS_TAG
 

Detailed Description

vtkPVClientServerSynchronizedRenderers is similar to vtkClientServerSynchronizedRenderers except that it optionally uses image compressors to compress the image before transmitting.

Definition at line 33 of file vtkPVClientServerSynchronizedRenderers.h.

Member Typedef Documentation

◆ Superclass

Definition at line 38 of file vtkPVClientServerSynchronizedRenderers.h.

Constructor & Destructor Documentation

◆ vtkPVClientServerSynchronizedRenderers()

vtkPVClientServerSynchronizedRenderers::vtkPVClientServerSynchronizedRenderers ( )
protected

◆ ~vtkPVClientServerSynchronizedRenderers()

vtkPVClientServerSynchronizedRenderers::~vtkPVClientServerSynchronizedRenderers ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPVClientServerSynchronizedRenderers* vtkPVClientServerSynchronizedRenderers::New ( )
static

◆ GetClassName()

virtual const char* vtkPVClientServerSynchronizedRenderers::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVClientServerSynchronizedRenderers::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVClientServerSynchronizedRenderers::IsA ( const char *  type)
virtual

Reimplemented from vtkSynchronizedRenderers.

◆ SafeDownCast()

static vtkPVClientServerSynchronizedRenderers* vtkPVClientServerSynchronizedRenderers::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVClientServerSynchronizedRenderers::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkSynchronizedRenderers.

◆ SetLossLessCompression()

virtual void vtkPVClientServerSynchronizedRenderers::SetLossLessCompression ( bool  )
virtual

◆ GetLossLessCompression()

virtual bool vtkPVClientServerSynchronizedRenderers::GetLossLessCompression ( )
virtual

◆ SetNVPipeSupport()

virtual void vtkPVClientServerSynchronizedRenderers::SetNVPipeSupport ( bool  )
virtual

◆ GetNVPipeSupport()

virtual bool vtkPVClientServerSynchronizedRenderers::GetNVPipeSupport ( )
virtual

◆ ConfigureCompressor()

virtual void vtkPVClientServerSynchronizedRenderers::ConfigureCompressor ( const char *  stream)
virtual

Set and configure a compressor from it's own configuration stream.

This is used by ParaView to configure the compressor from application wide user settings.

◆ SetCompressor()

void vtkPVClientServerSynchronizedRenderers::SetCompressor ( vtkImageCompressor comp)
protected

Set/Get the compressor object, it's setting can be manipulated directly.

◆ GetCompressor()

virtual vtkImageCompressor* vtkPVClientServerSynchronizedRenderers::GetCompressor ( )
protectedvirtual

Set/Get the compressor object, it's setting can be manipulated directly.

◆ Compress()

vtkUnsignedCharArray* vtkPVClientServerSynchronizedRenderers::Compress ( vtkUnsignedCharArray )
protected

◆ Decompress()

void vtkPVClientServerSynchronizedRenderers::Decompress ( vtkUnsignedCharArray input,
vtkUnsignedCharArray outputBuffer 
)
protected

◆ MasterEndRender()

void vtkPVClientServerSynchronizedRenderers::MasterEndRender ( )
overrideprotectedvirtual

Reimplemented from vtkSynchronizedRenderers.

◆ SlaveEndRender()

void vtkPVClientServerSynchronizedRenderers::SlaveEndRender ( )
overrideprotectedvirtual

Reimplemented from vtkSynchronizedRenderers.

Member Data Documentation

◆ Compressor

vtkImageCompressor* vtkPVClientServerSynchronizedRenderers::Compressor
protected

Definition at line 80 of file vtkPVClientServerSynchronizedRenderers.h.

◆ LossLessCompression

bool vtkPVClientServerSynchronizedRenderers::LossLessCompression
protected

Definition at line 81 of file vtkPVClientServerSynchronizedRenderers.h.

◆ NVPipeSupport

bool vtkPVClientServerSynchronizedRenderers::NVPipeSupport
protected

Definition at line 82 of file vtkPVClientServerSynchronizedRenderers.h.


The documentation for this class was generated from the following file: