VTK  9.3.20240327
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
vtkSurfaceLICComposite Class Reference

This class decomposes the image space and shuffles image space data onto the new decomposition with the necessary guard cells to prevent artifacts at the decomposition boundaries. More...

#include <vtkSurfaceLICComposite.h>

Inheritance diagram for vtkSurfaceLICComposite:
[legend]
Collaboration diagram for vtkSurfaceLICComposite:
[legend]

Public Types

enum  { COMPOSITE_INPLACE = 0 , COMPOSITE_INPLACE_DISJOINT , COMPOSITE_BALANCED , COMPOSITE_AUTO }
 Control the screen space decomposition. More...
 
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkSurfaceLICCompositeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void Initialize (const vtkPixelExtent &winExt, const std::deque< vtkPixelExtent > &blockExts, int strategy, double stepSize, int nSteps, int normalizeVectors, int enhancedLIC, int anitalias)
 Initialize the object based on the following description of the blocks projected onto the render window. More...
 
void SetStrategy (int val)
 
int GetStrategy ()
 
int GetNumberOfCompositeExtents () const
 Get the number of new extents assigned to this rank after the decomposition. More...
 
const vtkPixelExtentGetGuardExtent (int i=0) const
 Get the extent of the domain over which to compute the LIC. More...
 
const std::deque< vtkPixelExtent > & GetGuardExtents () const
 
const vtkPixelExtentGetDisjointGuardExtent (int i=0) const
 Get the extent of the domain over which to compute the LIC. More...
 
const std::deque< vtkPixelExtent > & GetDisjointGuardExtents () const
 
const vtkPixelExtentGetCompositeExtent (int i=0) const
 Get the extent of the domain over which to compute the LIC. More...
 
const std::deque< vtkPixelExtent > & GetCompositeExtents () const
 
const vtkPixelExtentGetDataSetExtent () const
 Get the whole dataset extent (all blocks). More...
 
const vtkPixelExtentGetWindowExtent () const
 Get the whole window extent. More...
 
int InitializeCompositeExtents (float *vectors)
 Set up for a serial run, makes the decomp disjoint and adds requisite guard pixles. More...
 
virtual void SetContext (vtkOpenGLRenderWindow *)
 Set the rendering context. More...
 
virtual vtkOpenGLRenderWindowGetContext ()
 
virtual void SetCommunicator (vtkPainterCommunicator *)
 Set the communicator for parallel communication. More...
 
virtual void RestoreDefaultCommunicator ()
 Set the communicator to the default communicator. More...
 
virtual int BuildProgram (float *)
 Build programs to move data to the new decomp In parallel THIS IS A COLLECTIVE OPERATION. More...
 
virtual int Gather (void *, int, int, vtkTextureObject *&)
 Move a single buffer from the geometry decomp to the LIC decomp. More...
 
virtual int Scatter (void *, int, int, vtkTextureObject *&)
 Move a single buffer from the LIC decomp to the geometry decomp In parallel THIS IS A COLLECTIVE OPERATION. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
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)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
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. More...
 
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. More...
 
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. More...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
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). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkSurfaceLICCompositeNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkSurfaceLICCompositeSafeDownCast (vtkObjectBase *o)
 
static int MakeDecompDisjoint (std::deque< vtkPixelExtent > &in, std::deque< vtkPixelExtent > &out)
 Make a decomposition disjoint with respect to itself. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
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). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
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. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkSurfaceLICComposite ()
 
 ~vtkSurfaceLICComposite () override
 
int MakeDecompDisjoint (const std::deque< vtkPixelExtent > &in, std::deque< vtkPixelExtent > &out, float *vectors)
 For serial run. More...
 
float VectorMax (const vtkPixelExtent &ext, float *vectors)
 Compute max(V) on the given extent. More...
 
int VectorMax (const std::deque< vtkPixelExtent > &exts, float *vectors, std::vector< float > &vMax)
 Compute max(V) on a set of extents. More...
 
int AddGuardPixels (const std::deque< vtkPixelExtent > &exts, std::deque< vtkPixelExtent > &guardExts, std::deque< vtkPixelExtent > &disjointGuardExts, float *vectors)
 Add guard pixels (Serial run) More...
 
void GetPixelBounds (float *rgba, int ni, vtkPixelExtent &ext)
 shrink pixel extent based on non-zero alpha channel values More...
 
float GetFudgeFactor (int nx[2])
 factor for determining extra padding for guard pixels. More...
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int Pass
 
vtkPixelExtent WindowExt
 
vtkPixelExtent DataSetExt
 
std::deque< vtkPixelExtentBlockExts
 
std::deque< vtkPixelExtentCompositeExt
 
std::deque< vtkPixelExtentGuardExt
 
std::deque< vtkPixelExtentDisjointGuardExt
 
int Strategy
 
double StepSize
 
int NumberOfSteps
 
int NormalizeVectors
 
int NumberOfGuardLevels
 
int NumberOfEEGuardPixels
 
int NumberOfAAGuardPixels
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Friends

ostream & operator<< (ostream &os, vtkSurfaceLICComposite &ss)
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

This class decomposes the image space and shuffles image space data onto the new decomposition with the necessary guard cells to prevent artifacts at the decomposition boundaries.

After the image LIC is computed on the new decomposition this class will un-shuffle the computed LIC back onto the original decomposition

Definition at line 28 of file vtkSurfaceLICComposite.h.

Member Typedef Documentation

◆ Superclass

Definition at line 32 of file vtkSurfaceLICComposite.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Control the screen space decomposition.

The available modes are:

INPLACE use the block decomp. This may result in LIC being computed many times for the same pixels and an excessive amount of IPC during compositing if any of the block extents cover or intersect a number of block extents. The input data needs to be shuffled but not unshuffled since for overlapping regions LIC is computed by all processes that overlap. If there is very little overlap between block extents then this method is superior since no unshuffle is needed.

INPLACE_DISJOINT use a disjoint version of the block decomp. This will leave non-overlapping data in place, reasigning overlapping regions so that LIC is computed once for each pixel on the screen. An unshuffle step to move data in overlapping region to all processes that overlap.

BALANCED move to a new decomp where each rank gets an equal number of pixels. This ensures the best load balancing during LIC and that LIC is computed once for each pixel. In the worst case each pixel will be shuffled and unshuffled.

AUTO Use a heuristic to select the mode.

Enumerator
COMPOSITE_INPLACE 
COMPOSITE_INPLACE_DISJOINT 
COMPOSITE_BALANCED 
COMPOSITE_AUTO 

Definition at line 75 of file vtkSurfaceLICComposite.h.

Constructor & Destructor Documentation

◆ vtkSurfaceLICComposite()

vtkSurfaceLICComposite::vtkSurfaceLICComposite ( )
protected

◆ ~vtkSurfaceLICComposite()

vtkSurfaceLICComposite::~vtkSurfaceLICComposite ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkSurfaceLICComposite* vtkSurfaceLICComposite::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkSurfaceLICComposite::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkSurfaceLICComposite::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObjectBase.

Reimplemented in vtkPSurfaceLICComposite.

◆ SafeDownCast()

static vtkSurfaceLICComposite* vtkSurfaceLICComposite::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkSurfaceLICComposite::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented in vtkPSurfaceLICComposite.

◆ NewInstance()

vtkSurfaceLICComposite* vtkSurfaceLICComposite::NewInstance ( ) const

◆ PrintSelf()

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

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

Reimplemented in vtkPSurfaceLICComposite.

◆ Initialize()

void vtkSurfaceLICComposite::Initialize ( const vtkPixelExtent winExt,
const std::deque< vtkPixelExtent > &  blockExts,
int  strategy,
double  stepSize,
int  nSteps,
int  normalizeVectors,
int  enhancedLIC,
int  anitalias 
)

Initialize the object based on the following description of the blocks projected onto the render window.

wholeExt describes the window size, originalExts describe each block's extent in window coords. stepSize is the window coordinate integration step size. when inplace is true compositing happens on the original extent.

◆ SetStrategy()

void vtkSurfaceLICComposite::SetStrategy ( int  val)
inline

Definition at line 82 of file vtkSurfaceLICComposite.h.

◆ GetStrategy()

int vtkSurfaceLICComposite::GetStrategy ( )
inline

Definition at line 83 of file vtkSurfaceLICComposite.h.

◆ GetNumberOfCompositeExtents()

int vtkSurfaceLICComposite::GetNumberOfCompositeExtents ( ) const
inline

Get the number of new extents assigned to this rank after the decomposition.

Definition at line 89 of file vtkSurfaceLICComposite.h.

◆ GetGuardExtent()

const vtkPixelExtent& vtkSurfaceLICComposite::GetGuardExtent ( int  i = 0) const
inline

Get the extent of the domain over which to compute the LIC.

This can be querried only after the Composite takes place.

Definition at line 95 of file vtkSurfaceLICComposite.h.

◆ GetGuardExtents()

const std::deque<vtkPixelExtent>& vtkSurfaceLICComposite::GetGuardExtents ( ) const
inline

Definition at line 97 of file vtkSurfaceLICComposite.h.

◆ GetDisjointGuardExtent()

const vtkPixelExtent& vtkSurfaceLICComposite::GetDisjointGuardExtent ( int  i = 0) const
inline

Get the extent of the domain over which to compute the LIC.

This can be querried only after the Composite takes place.

Definition at line 103 of file vtkSurfaceLICComposite.h.

◆ GetDisjointGuardExtents()

const std::deque<vtkPixelExtent>& vtkSurfaceLICComposite::GetDisjointGuardExtents ( ) const
inline

Definition at line 108 of file vtkSurfaceLICComposite.h.

◆ GetCompositeExtent()

const vtkPixelExtent& vtkSurfaceLICComposite::GetCompositeExtent ( int  i = 0) const
inline

Get the extent of the domain over which to compute the LIC.

This can be querried only after the Composite takes place.

Definition at line 114 of file vtkSurfaceLICComposite.h.

◆ GetCompositeExtents()

const std::deque<vtkPixelExtent>& vtkSurfaceLICComposite::GetCompositeExtents ( ) const
inline

Definition at line 116 of file vtkSurfaceLICComposite.h.

◆ GetDataSetExtent()

const vtkPixelExtent& vtkSurfaceLICComposite::GetDataSetExtent ( ) const
inline

Get the whole dataset extent (all blocks).

Definition at line 121 of file vtkSurfaceLICComposite.h.

◆ GetWindowExtent()

const vtkPixelExtent& vtkSurfaceLICComposite::GetWindowExtent ( ) const
inline

Get the whole window extent.

Definition at line 126 of file vtkSurfaceLICComposite.h.

◆ InitializeCompositeExtents()

int vtkSurfaceLICComposite::InitializeCompositeExtents ( float *  vectors)

Set up for a serial run, makes the decomp disjoint and adds requisite guard pixles.

◆ SetContext()

virtual void vtkSurfaceLICComposite::SetContext ( vtkOpenGLRenderWindow )
inlinevirtual

Set the rendering context.

Must set prior to use. Reference is not held, so caller must ensure the renderer is not destroyed during use.

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 139 of file vtkSurfaceLICComposite.h.

◆ GetContext()

virtual vtkOpenGLRenderWindow* vtkSurfaceLICComposite::GetContext ( )
inlinevirtual

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 140 of file vtkSurfaceLICComposite.h.

◆ SetCommunicator()

virtual void vtkSurfaceLICComposite::SetCommunicator ( vtkPainterCommunicator )
inlinevirtual

Set the communicator for parallel communication.

A duplicate is not made. It is up to the caller to manage the life of the communicator such that it is around while this class needs it and is released after.

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 148 of file vtkSurfaceLICComposite.h.

◆ RestoreDefaultCommunicator()

virtual void vtkSurfaceLICComposite::RestoreDefaultCommunicator ( )
inlinevirtual

Set the communicator to the default communicator.

Definition at line 153 of file vtkSurfaceLICComposite.h.

◆ BuildProgram()

virtual int vtkSurfaceLICComposite::BuildProgram ( float *  )
inlinevirtual

Build programs to move data to the new decomp In parallel THIS IS A COLLECTIVE OPERATION.

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 159 of file vtkSurfaceLICComposite.h.

◆ Gather()

virtual int vtkSurfaceLICComposite::Gather ( void *  ,
int  ,
int  ,
vtkTextureObject *&   
)
inlinevirtual

Move a single buffer from the geometry decomp to the LIC decomp.

THIS IS A COLLECTIVE OPERATION

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 165 of file vtkSurfaceLICComposite.h.

◆ Scatter()

virtual int vtkSurfaceLICComposite::Scatter ( void *  ,
int  ,
int  ,
vtkTextureObject *&   
)
inlinevirtual

Move a single buffer from the LIC decomp to the geometry decomp In parallel THIS IS A COLLECTIVE OPERATION.

Reimplemented in vtkPSurfaceLICComposite.

Definition at line 171 of file vtkSurfaceLICComposite.h.

◆ MakeDecompDisjoint() [1/2]

static int vtkSurfaceLICComposite::MakeDecompDisjoint ( std::deque< vtkPixelExtent > &  in,
std::deque< vtkPixelExtent > &  out 
)
static

Make a decomposition disjoint with respect to itself.

Extents are removed from the input array and disjoint extents are appended onto the output array. This is a local operation.

◆ MakeDecompDisjoint() [2/2]

int vtkSurfaceLICComposite::MakeDecompDisjoint ( const std::deque< vtkPixelExtent > &  in,
std::deque< vtkPixelExtent > &  out,
float *  vectors 
)
protected

For serial run.

Make a decomposition disjoint. Sorts extents and processes largest to smallest , repeatedly subtracting smaller remaining blocks from the largest remaining. Each extent in the new disjoint set is shrunk to tightly bound the vector data, extents with empty vectors are removed. This is a local operation since vector field is local.

◆ VectorMax() [1/2]

float vtkSurfaceLICComposite::VectorMax ( const vtkPixelExtent ext,
float *  vectors 
)
protected

Compute max(V) on the given extent.

◆ VectorMax() [2/2]

int vtkSurfaceLICComposite::VectorMax ( const std::deque< vtkPixelExtent > &  exts,
float *  vectors,
std::vector< float > &  vMax 
)
protected

Compute max(V) on a set of extents.

Neighboring extents are including in the computation.

◆ AddGuardPixels()

int vtkSurfaceLICComposite::AddGuardPixels ( const std::deque< vtkPixelExtent > &  exts,
std::deque< vtkPixelExtent > &  guardExts,
std::deque< vtkPixelExtent > &  disjointGuardExts,
float *  vectors 
)
protected

Add guard pixels (Serial run)

◆ GetPixelBounds()

void vtkSurfaceLICComposite::GetPixelBounds ( float *  rgba,
int  ni,
vtkPixelExtent ext 
)
protected

shrink pixel extent based on non-zero alpha channel values

◆ GetFudgeFactor()

float vtkSurfaceLICComposite::GetFudgeFactor ( int  nx[2])
protected

factor for determining extra padding for guard pixels.

depends on window aspect ratio because of anisotropic transform to texture space. see note in implementation.

Friends And Related Function Documentation

◆ operator<<

ostream& operator<< ( ostream &  os,
vtkSurfaceLICComposite ss 
)
friend

Member Data Documentation

◆ Pass

int vtkSurfaceLICComposite::Pass
protected

Definition at line 224 of file vtkSurfaceLICComposite.h.

◆ WindowExt

vtkPixelExtent vtkSurfaceLICComposite::WindowExt
protected

Definition at line 226 of file vtkSurfaceLICComposite.h.

◆ DataSetExt

vtkPixelExtent vtkSurfaceLICComposite::DataSetExt
protected

Definition at line 227 of file vtkSurfaceLICComposite.h.

◆ BlockExts

std::deque<vtkPixelExtent> vtkSurfaceLICComposite::BlockExts
protected

Definition at line 228 of file vtkSurfaceLICComposite.h.

◆ CompositeExt

std::deque<vtkPixelExtent> vtkSurfaceLICComposite::CompositeExt
protected

Definition at line 230 of file vtkSurfaceLICComposite.h.

◆ GuardExt

std::deque<vtkPixelExtent> vtkSurfaceLICComposite::GuardExt
protected

Definition at line 231 of file vtkSurfaceLICComposite.h.

◆ DisjointGuardExt

std::deque<vtkPixelExtent> vtkSurfaceLICComposite::DisjointGuardExt
protected

Definition at line 232 of file vtkSurfaceLICComposite.h.

◆ Strategy

int vtkSurfaceLICComposite::Strategy
protected

Definition at line 234 of file vtkSurfaceLICComposite.h.

◆ StepSize

double vtkSurfaceLICComposite::StepSize
protected

Definition at line 236 of file vtkSurfaceLICComposite.h.

◆ NumberOfSteps

int vtkSurfaceLICComposite::NumberOfSteps
protected

Definition at line 237 of file vtkSurfaceLICComposite.h.

◆ NormalizeVectors

int vtkSurfaceLICComposite::NormalizeVectors
protected

Definition at line 238 of file vtkSurfaceLICComposite.h.

◆ NumberOfGuardLevels

int vtkSurfaceLICComposite::NumberOfGuardLevels
protected

Definition at line 239 of file vtkSurfaceLICComposite.h.

◆ NumberOfEEGuardPixels

int vtkSurfaceLICComposite::NumberOfEEGuardPixels
protected

Definition at line 240 of file vtkSurfaceLICComposite.h.

◆ NumberOfAAGuardPixels

int vtkSurfaceLICComposite::NumberOfAAGuardPixels
protected

Definition at line 241 of file vtkSurfaceLICComposite.h.


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