implements a coverage based priority queue for vtkOverlappingAMR dataset. More...
#include <vtkAMRStreamingPriorityQueue.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | Initialize (vtkAMRInformation *amr) |
Initializes the queue. More... | |
void | Reinitialize () |
Re-initializes the priority queue using the amr structure given to the most recent call to Initialize(). More... | |
bool | IsEmpty () |
Returns if the queue is empty. More... | |
unsigned int | Pop () |
Pops and returns of composite id for the block at the top of the queue. More... | |
void | SetController (vtkMultiProcessController *) |
If the controller is specified, the queue can be used in parallel. More... | |
virtual vtkMultiProcessController * | GetController () |
If the controller is specified, the queue can be used in parallel. More... | |
void | Update (const double view_planes[24], const double clamp_bounds[6]) |
Updates the priorities of blocks based on the new view frustum planes. More... | |
void | Update (const double view_planes[24]) |
Updates the priorities of blocks based on the new view frustum planes. More... | |
![]() | |
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) |
vtkCommand * | GetCommand (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) |
vtkCommand * | GetCommand (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) |
![]() | |
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 vtkAMRStreamingPriorityQueue * | New () |
static int | IsTypeOf (const char *type) |
static vtkAMRStreamingPriorityQueue * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkObject * | New () |
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 vtkTypeBool | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
static vtkObjectBase * | New () |
Protected Member Functions | |
vtkAMRStreamingPriorityQueue () | |
~vtkAMRStreamingPriorityQueue () override | |
![]() | |
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 () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
implements a coverage based priority queue for vtkOverlappingAMR dataset.
vtkAMRStreamingPriorityQueue is used by representations supporting streaming of AMR datasets to determine the priorities for blocks in the dataset. This class relies on the bounds information provided by the AMR meta-data i.e. vtkAMRInformation. This class support view-based priority computation. Simply provide the view planes (returned by vtkCamera::GetFrustumPlanes()) to the vtkAMRStreamingPriorityQueue::Update() call to update the prorities for the blocks currently in the queue.
Definition at line 28 of file vtkAMRStreamingPriorityQueue.h.
Definition at line 32 of file vtkAMRStreamingPriorityQueue.h.
|
protected |
|
overrideprotected |
|
static |
|
virtual |
Reimplemented from vtkObjectBase.
|
static |
|
overridevirtual |
Reimplemented from vtkObject.
void vtkAMRStreamingPriorityQueue::SetController | ( | vtkMultiProcessController * | ) |
If the controller is specified, the queue can be used in parallel.
So long as Initialize(), Update() and Pop() methods are called on all processes (need not be synchronized) and all process get the same amr tree and view_planes (which is generally true with ParaView), the blocks are distributed among the processes. By default, this is set to the vtkMultiProcessController::GetGlobalController();
|
virtual |
If the controller is specified, the queue can be used in parallel.
So long as Initialize(), Update() and Pop() methods are called on all processes (need not be synchronized) and all process get the same amr tree and view_planes (which is generally true with ParaView), the blocks are distributed among the processes. By default, this is set to the vtkMultiProcessController::GetGlobalController();
void vtkAMRStreamingPriorityQueue::Initialize | ( | vtkAMRInformation * | amr | ) |
Initializes the queue.
All information about items in the is lost.
void vtkAMRStreamingPriorityQueue::Reinitialize | ( | ) |
Re-initializes the priority queue using the amr structure given to the most recent call to Initialize().
void vtkAMRStreamingPriorityQueue::Update | ( | const double | view_planes[24], |
const double | clamp_bounds[6] | ||
) |
Updates the priorities of blocks based on the new view frustum planes.
Information about blocks "popped" from the queue is preserved and those blocks are not reinserted in the queue.
Updates the priorities of blocks based on the new view frustum planes.
Information about blocks "popped" from the queue is preserved and those blocks are not reinserted in the queue.
bool vtkAMRStreamingPriorityQueue::IsEmpty | ( | ) |
Returns if the queue is empty.
unsigned int vtkAMRStreamingPriorityQueue::Pop | ( | ) |
Pops and returns of composite id for the block at the top of the queue.
Test if the queue is empty before calling this method.
|
protected |
Definition at line 85 of file vtkAMRStreamingPriorityQueue.h.