|
virtual int | IsA (const char *type) |
|
vtkPSurfaceLICPainter * | NewInstance () const |
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | WriteTimerLog (const char *fileName) |
|
vtkSurfaceLICPainter * | NewInstance () const |
|
virtual void | ReleaseGraphicsResources (vtkWindow *win) |
|
virtual vtkDataObject * | GetOutput () |
|
void | SetEnable (int val) |
|
virtual int | GetEnable () |
|
void | SetEnableOn () |
|
void | SetEnableOff () |
|
void | SetInputArrayToProcess (int fieldAssociation, const char *name) |
|
void | SetInputArrayToProcess (int fieldAssociation, int fieldAttributeType) |
|
void | SetNumberOfSteps (int val) |
|
virtual int | GetNumberOfSteps () |
|
void | SetStepSize (double val) |
|
virtual double | GetStepSize () |
|
void | SetNormalizeVectors (int val) |
|
virtual void | NormalizeVectorsOn () |
|
virtual void | NormalizeVectorsOff () |
|
virtual int | GetNormalizeVectors () |
|
void | SetMaskOnSurface (int val) |
|
virtual void | MaskOnSurfaceOn () |
|
virtual void | MaskOnSurfaceOff () |
|
virtual int | GetMaskOnSurface () |
|
void | SetMaskThreshold (double val) |
|
virtual double | GetMaskThreshold () |
|
void | SetMaskColor (double *val) |
|
void | SetMaskColor (double r, double g, double b) |
|
virtual double * | GetMaskColor () |
|
virtual void | GetMaskColor (double &, double &, double &) |
|
virtual void | GetMaskColor (double[3]) |
|
void | SetMaskIntensity (double val) |
|
virtual double | GetMaskIntensity () |
|
void | SetEnhancedLIC (int val) |
|
virtual int | GetEnhancedLIC () |
|
virtual void | EnhancedLICOn () |
|
virtual void | EnhancedLICOff () |
|
virtual double | GetLowLICContrastEnhancementFactor () |
|
virtual double | GetHighLICContrastEnhancementFactor () |
|
void | SetLowLICContrastEnhancementFactor (double val) |
|
void | SetHighLICContrastEnhancementFactor (double val) |
|
virtual double | GetLowColorContrastEnhancementFactor () |
|
virtual double | GetHighColorContrastEnhancementFactor () |
|
void | SetLowColorContrastEnhancementFactor (double val) |
|
void | SetHighColorContrastEnhancementFactor (double val) |
|
void | SetAntiAlias (int val) |
|
virtual void | AntiAliasOn () |
|
virtual void | AntiAliasOff () |
|
virtual int | GetAntiAlias () |
|
void | SetLICIntensity (double val) |
|
virtual double | GetLICIntensity () |
|
void | SetMapModeBias (double val) |
|
virtual double | GetMapModeBias () |
|
void | SetNoiseDataSet (vtkImageData *data) |
|
vtkImageData * | GetNoiseDataSet () |
|
void | SetGenerateNoiseTexture (int shouldGenerate) |
|
virtual int | GetGenerateNoiseTexture () |
|
void | SetNoiseTextureSize (int length) |
|
virtual int | GetNoiseTextureSize () |
|
void | SetNoiseGrainSize (int val) |
|
virtual int | GetNoiseGrainSize () |
|
void | SetMinNoiseValue (double val) |
|
void | SetMaxNoiseValue (double val) |
|
virtual double | GetMinNoiseValue () |
|
virtual double | GetMaxNoiseValue () |
|
void | SetNumberOfNoiseLevels (int val) |
|
virtual int | GetNumberOfNoiseLevels () |
|
void | SetImpulseNoiseProbability (double val) |
|
virtual double | GetImpulseNoiseProbability () |
|
void | SetImpulseNoiseBackgroundValue (double val) |
|
virtual double | GetImpulseNoiseBackgroundValue () |
|
void | SetNoiseGeneratorSeed (int val) |
|
virtual int | GetNoiseGeneratorSeed () |
|
void | SetEnhanceContrast (int val) |
|
virtual int | GetEnhanceContrast () |
|
void | SetColorMode (int val) |
|
virtual int | GetColorMode () |
|
void | SetNoiseType (int type) |
|
virtual int | GetNoiseType () |
|
void | SetCompositeStrategy (int val) |
|
virtual int | GetCompositeStrategy () |
|
vtkPainter * | NewInstance () const |
|
virtual double | GetTimeToDraw () |
|
virtual void | UpdateBounds (double bounds[6]) |
|
virtual vtkInformation * | GetInformation () |
|
virtual void | SetInformation (vtkInformation *) |
|
virtual vtkPainter * | GetDelegatePainter () |
|
virtual void | SetDelegatePainter (vtkPainter *) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
virtual void | Render (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
|
virtual void | SetProgress (double) |
|
virtual double | GetProgress () |
|
void | SetInput (vtkDataObject *) |
|
virtual vtkDataObject * | GetInput () |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
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 *) |
|
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) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkPSurfaceLICPainter () |
|
| ~vtkPSurfaceLICPainter () |
|
virtual bool | NeedToUpdateCommunicator () |
|
|
virtual void | GetGlobalMinMax (vtkPainterCommunicator *comm, float &min, float &max) |
|
|
virtual vtkPainterCommunicator * | CreateCommunicator (int include) |
|
|
virtual void | StartTimerEvent (const char *name) |
|
virtual void | EndTimerEvent (const char *name) |
|
| vtkSurfaceLICPainter () |
|
| ~vtkSurfaceLICPainter () |
|
virtual void | ProcessInformation (vtkInformation *info) |
|
void | CreateCommunicator () |
|
void | GetBounds (vtkDataObject *data, double bounds[6]) |
|
virtual void | ReportReferences (vtkGarbageCollector *collector) |
|
void | UpdateNoiseImage (vtkRenderWindow *renWin) |
|
void | ValidateContext (vtkRenderer *renderer) |
|
bool | CanRenderSurfaceLIC (vtkActor *actor, int typeflags) |
|
virtual void | RenderInternal (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
|
bool | NeedToUpdateOutputData () |
|
bool | NeedToRenderGeometry (vtkRenderer *renderer, vtkActor *actor) |
|
bool | NeedToGatherVectors () |
|
bool | NeedToComputeLIC () |
|
bool | NeedToColorLIC () |
|
void | SetUpdateAll () |
|
bool | PrepareOutput () |
|
void | InitializeResources () |
|
bool | VectorsToTCoords (vtkDataObject *dataObj) |
|
bool | VectorsToTCoords (vtkDataSet *dataObj) |
|
void | ClearTCoords (vtkDataSet *data) |
|
| vtkPainter () |
|
| ~vtkPainter () |
|
void | UpdateDelegatePainter () |
|
virtual void | PassInformation (vtkPainter *toPainter) |
|
virtual void | PrepareForRendering (vtkRenderer *, vtkActor *) |
|
virtual void | UpdateDelegateProgress (vtkPainter *delegate, double amount) |
|
virtual void | ObserverPainterProgress (vtkPainter *toObserve) |
|
void | UpdateProgress (double amount) |
|
vtkAbstractArray * | GetInputArrayToProcess (int fieldAssociation, int fieldAttributeType, vtkDataSet *ds, bool *use_cell_data=0) |
|
vtkAbstractArray * | GetInputArrayToProcess (int fieldAssociation, const char *name, vtkDataSet *dsl, bool *use_cell_data=0) |
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
virtual void | RegisterInternal (vtkObjectBase *, int check) |
|
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
parallel parts of the vtkSurfaceLICPainter
Parallel parts of the vtkSurfaceLICPainter, see that class for documentation.
Definition at line 32 of file vtkPSurfaceLICPainter.h.