|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkOSPRayRendererNode * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | Build (bool prepass) override |
| Builds myself.
|
|
void | Render (bool prepass) override |
| Traverse graph in ospray's preferred order and render.
|
|
void | Invalidate (bool prepass) override |
| Invalidates cached rendering data.
|
|
virtual void | WriteLayer (unsigned char *buffer, float *zbuffer, int buffx, int buffy, int layer) |
| Put my results into the correct place in the provided pixel buffer.
|
|
OSPRenderer | GetORenderer () |
| Methods for other nodes to access.
|
|
void | AddLight (OSPLight light) |
|
virtual void * | GetBuffer () |
| Get the last rendered ColorBuffer.
|
|
virtual float * | GetZBuffer () |
| Get the last rendered ZBuffer.
|
|
virtual int | GetColorBufferTextureGL () |
|
virtual int | GetDepthBufferTextureGL () |
|
void | Traverse (int operation) override |
|
vtkRenderer * | GetRenderer () |
|
RTW::Backend * | GetBackend () |
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkRendererNode * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | Build (bool prepass) override |
| Build containers for our child nodes.
|
|
virtual int * | GetSize () |
| Get/Set the framebuffer size.
|
|
virtual void | GetSize (int &, int &) |
|
virtual void | GetSize (int[2]) |
|
virtual void | SetSize (int, int) |
|
void | SetSize (int[2]) |
|
virtual double * | GetViewport () |
| Get/Set the window viewport.
|
|
virtual void | GetViewport (double &, double &, double &, double &) |
|
virtual void | GetViewport (double[4]) |
|
virtual void | SetViewport (double, double, double, double) |
|
virtual void | SetViewport (double[4]) |
|
virtual int * | GetScale () |
| Get/Set the window tile scale.
|
|
virtual void | GetScale (int &, int &) |
|
virtual void | GetScale (int[2]) |
|
virtual void | SetScale (int, int) |
|
void | SetScale (int[2]) |
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkViewNode * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | Build (bool) |
| Builds myself.
|
|
virtual void | Synchronize (bool) |
| Ensures that my state agrees with my Renderable's.
|
|
virtual void | Render (bool) |
| Makes calls to make self visible.
|
|
virtual void | Invalidate (bool) |
| Clear any cached data.
|
|
vtkViewNode * | GetViewNodeFor (vtkObject *) |
| Returns the view node that corresponding to the provided object Will return NULL if a match is not found in self or descendents.
|
|
vtkViewNode * | GetFirstAncestorOfType (const char *type) |
| Find the first parent/grandparent of the desired type.
|
|
vtkViewNode * | GetFirstChildOfType (const char *type) |
| Find the first child of the desired type.
|
|
virtual void | SetRenderable (vtkObject *) |
| Allow explicit setting of the renderable for a view node.
|
|
virtual void | Traverse (int operation) |
|
virtual void | TraverseAllPasses () |
|
virtual vtkObject * | GetRenderable () |
| This is the VTK class that this node stands in for.
|
|
virtual void | SetParent (vtkViewNode *) |
| Access the node that owns this one.
|
|
virtual vtkViewNode * | GetParent () |
| Access the node that owns this one.
|
|
virtual std::list< vtkViewNode * > const & | GetChildren () |
| Access nodes that this one owns.
|
|
virtual void | SetMyFactory (vtkViewNodeFactory *) |
| A factory that creates particular subclasses for different rendering back ends.
|
|
virtual vtkViewNodeFactory * | GetMyFactory () |
| A factory that creates particular subclasses for different rendering back ends.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | 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) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
|
static vtkOSPRayRendererNode * | New () |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkOSPRayRendererNode * | SafeDownCast (vtkObjectBase *o) |
|
static vtkInformationIntegerKey * | SAMPLES_PER_PIXEL () |
| When present on renderer, controls the number of primary rays shot per pixel default is 1.
|
|
static vtkInformationDoubleKey * | MAX_CONTRIBUTION () |
| When present on renderer, samples are clamped to this value before they are accumulated into the framebuffer default is 2.0.
|
|
static vtkInformationIntegerKey * | MAX_DEPTH () |
| When present on renderer, controls the maximum ray recursion depth default is 20.
|
|
static vtkInformationDoubleKey * | MIN_CONTRIBUTION () |
| When present on renderer, sample contributions below this value will be neglected to speedup rendering default is 0.01.
|
|
static vtkInformationIntegerKey * | ROULETTE_DEPTH () |
| When present on renderer, controls the ray recursion depth at which to start Russian roulette termination default is 5.
|
|
static vtkInformationDoubleKey * | VOLUME_ANISOTROPY () |
| When present on renderer, affects path traced rendering phase function.
|
|
static vtkInformationDoubleKey * | VARIANCE_THRESHOLD () |
| When present on renderer, controls the threshold for adaptive accumulation default is 0.3.
|
|
static vtkInformationIntegerKey * | AMBIENT_SAMPLES () |
| When present on renderer, controls the number of ambient occlusion samples shot per hit.
|
|
static vtkInformationIntegerKey * | COMPOSITE_ON_GL () |
| used to make the renderer add ospray's content onto GL rendered content on the window
|
|
static vtkInformationDoubleVectorKey * | NORTH_POLE () |
| World space direction of north pole for gradient and texture background.
|
|
static vtkInformationDoubleVectorKey * | EAST_POLE () |
| World space direction of east pole for texture background.
|
|
static vtkInformationObjectBaseKey * | MATERIAL_LIBRARY () |
| Material Library attached to the renderer.
|
|
static vtkInformationDoubleKey * | VIEW_TIME () |
| Requested time to show in a renderer and to lookup in a temporal cache.
|
|
static vtkInformationIntegerKey * | TIME_CACHE_SIZE () |
| Temporal cache size.
|
|
static vtkOSPRayRendererNode * | GetRendererNode (vtkViewNode *) |
| Convenience method to get and downcast renderable.
|
|
static vtkInformationIntegerKey * | DENOISER_THRESHOLD () |
| Accumulation threshold when above which denoising kicks in.
|
|
|
static void | SetSamplesPerPixel (int, vtkRenderer *renderer) |
| Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.
|
|
static int | GetSamplesPerPixel (vtkRenderer *renderer) |
| Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.
|
|
|
static void | SetMaxContribution (double, vtkRenderer *renderer) |
| Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer.
|
|
static double | GetMaxContribution (vtkRenderer *renderer) |
| Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer.
|
|
|
static void | SetMaxDepth (int, vtkRenderer *renderer) |
| Convenience method to set/get MAX_DEPTH on a vtkRenderer.
|
|
static int | GetMaxDepth (vtkRenderer *renderer) |
| Convenience method to set/get MAX_DEPTH on a vtkRenderer.
|
|
|
static void | SetMinContribution (double, vtkRenderer *renderer) |
| Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer.
|
|
static double | GetMinContribution (vtkRenderer *renderer) |
| Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer.
|
|
|
static void | SetRouletteDepth (int, vtkRenderer *renderer) |
| Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer.
|
|
static int | GetRouletteDepth (vtkRenderer *renderer) |
| Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer.
|
|
|
static void | SetVolumeAnisotropy (double, vtkRenderer *renderer) |
| Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer.
|
|
static double | GetVolumeAnisotropy (vtkRenderer *renderer) |
| Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer.
|
|
|
static void | SetVarianceThreshold (double, vtkRenderer *renderer) |
| Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer.
|
|
static double | GetVarianceThreshold (vtkRenderer *renderer) |
| Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer.
|
|
|
static vtkInformationIntegerKey * | MAX_FRAMES () |
| When present on renderer, controls the number of ospray render calls for each refresh.
|
|
static void | SetMaxFrames (int, vtkRenderer *renderer) |
| When present on renderer, controls the number of ospray render calls for each refresh.
|
|
static int | GetMaxFrames (vtkRenderer *renderer) |
| When present on renderer, controls the number of ospray render calls for each refresh.
|
|
|
static vtkInformationStringKey * | RENDERER_TYPE () |
| Set the OSPRay renderer type to use (e.g.
|
|
static void | SetRendererType (std::string name, vtkRenderer *renderer) |
| Set the OSPRay renderer type to use (e.g.
|
|
static std::string | GetRendererType (vtkRenderer *renderer) |
| Set the OSPRay renderer type to use (e.g.
|
|
|
static void | SetAmbientSamples (int, vtkRenderer *renderer) |
| Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.
|
|
static int | GetAmbientSamples (vtkRenderer *renderer) |
| Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.
|
|
|
static void | SetCompositeOnGL (int, vtkRenderer *renderer) |
| Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
|
|
static int | GetCompositeOnGL (vtkRenderer *renderer) |
| Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
|
|
|
static void | SetNorthPole (double *, vtkRenderer *renderer) |
| Convenience method to set/get NORTH_POLE on a vtkRenderer.
|
|
static double * | GetNorthPole (vtkRenderer *renderer) |
| Convenience method to set/get NORTH_POLE on a vtkRenderer.
|
|
|
static void | SetEastPole (double *, vtkRenderer *renderer) |
| Convenience method to set/get EAST_POLE on a vtkRenderer.
|
|
static double * | GetEastPole (vtkRenderer *renderer) |
| Convenience method to set/get EAST_POLE on a vtkRenderer.
|
|
|
static void | SetMaterialLibrary (vtkOSPRayMaterialLibrary *, vtkRenderer *renderer) |
| Convenience method to set/get Material library on a renderer.
|
|
static vtkOSPRayMaterialLibrary * | GetMaterialLibrary (vtkRenderer *renderer) |
| Convenience method to set/get Material library on a renderer.
|
|
|
static void | SetViewTime (double, vtkRenderer *renderer) |
| Convenience method to set/get VIEW_TIME on a vtkRenderer.
|
|
static double | GetViewTime (vtkRenderer *renderer) |
| Convenience method to set/get VIEW_TIME on a vtkRenderer.
|
|
|
static void | SetTimeCacheSize (int, vtkRenderer *renderer) |
| Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer.
|
|
static int | GetTimeCacheSize (vtkRenderer *renderer) |
| Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer.
|
|
|
static void | SetDenoiserThreshold (int, vtkRenderer *renderer) |
| Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer.
|
|
static int | GetDenoiserThreshold (vtkRenderer *renderer) |
| Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer.
|
|
|
static vtkInformationIntegerKey * | ENABLE_DENOISER () |
| Enable denoising (if supported).
|
|
static void | SetEnableDenoiser (int, vtkRenderer *renderer) |
| Convenience method to set/get ENABLE_DENOISER on a vtkRenderer.
|
|
static int | GetEnableDenoiser (vtkRenderer *renderer) |
| Enable denoising (if supported).
|
|
|
static vtkInformationIntegerKey * | BACKGROUND_MODE () |
| Control use of the path tracer backplate and environmental background.
|
|
static void | SetBackgroundMode (BackgroundMode, vtkRenderer *renderer) |
| Control use of the path tracer backplate and environmental background.
|
|
static BackgroundMode | GetBackgroundMode (vtkRenderer *renderer) |
| Control use of the path tracer backplate and environmental background.
|
|
static vtkRendererNode * | New () |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkRendererNode * | SafeDownCast (vtkObjectBase *o) |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkViewNode * | SafeDownCast (vtkObjectBase *o) |
|
static vtkObject * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
|
|
static void | BreakOnError () |
| This method is called when vtkErrorMacro executes.
|
|
static void | SetGlobalWarningDisplay (int val) |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static void | GlobalWarningDisplayOn () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static void | GlobalWarningDisplayOff () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static int | GetGlobalWarningDisplay () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static vtkTypeBool | IsTypeOf (const char *name) |
| Return 1 if this class type is the same type of (or a subclass of) the named class.
|
|
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
| Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
static vtkObjectBase * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
|
|
static void | SetMemkindDirectory (const char *directoryname) |
| The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
|
|
static bool | GetUsingMemkind () |
| A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
|
|