VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPSurfaceLICMapper Class Reference

parallel parts of the vtkSurfaceLICMapper More...

#include <vtkPSurfaceLICMapper.h>

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

Public Types

typedef vtkSurfaceLICMapper Superclass
 
- Public Types inherited from vtkSurfaceLICMapper
typedef vtkOpenGLPolyDataMapper Superclass
 
enum  { ENHANCE_CONTRAST_OFF =0, ENHANCE_CONTRAST_LIC =1, ENHANCE_CONTRAST_COLOR =3, ENHANCE_CONTRAST_BOTH =4 }
 
enum  { COLOR_MODE_BLEND =0, COLOR_MODE_MAP }
 
enum  { NOISE_TYPE_UNIFORM =0, NOISE_TYPE_GAUSSIAN =1, NOISE_TYPE_PERLIN =2 }
 
enum  { COMPOSITE_INPLACE =0, COMPOSITE_INPLACE_DISJOINT =1, COMPOSITE_BALANCED =2, COMPOSITE_AUTO =3 }
 
- Public Types inherited from vtkOpenGLPolyDataMapper
typedef vtkPolyDataMapper Superclass
 
typedef vtkPolyDataMapper Superclass
 
- Public Types inherited from vtkPolyDataMapper
typedef vtkMapper Superclass
 
- Public Types inherited from vtkMapper
typedef vtkAbstractMapper3D Superclass
 
- Public Types inherited from vtkAbstractMapper3D
typedef vtkAbstractMapper Superclass
 
- Public Types inherited from vtkAbstractMapper
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPSurfaceLICMapperNewInstance () const
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void WriteTimerLog (const char *fileName)
 
- Public Member Functions inherited from vtkSurfaceLICMapper
vtkSurfaceLICMapperNewInstance () const
 
virtual void ReleaseGraphicsResources (vtkWindow *win)
 
virtual vtkDataObjectGetOutput ()
 
virtual void RenderPiece (vtkRenderer *ren, vtkActor *act)
 
void ShallowCopy (vtkAbstractMapper *)
 
void SetEnable (int val)
 
virtual int GetEnable ()
 
void SetEnableOn ()
 
void SetEnableOff ()
 
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 doubleGetMaskColor ()
 
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)
 
vtkImageDataGetNoiseDataSet ()
 
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 ()
 
- Public Member Functions inherited from vtkOpenGLPolyDataMapper
vtkOpenGLPolyDataMapperNewInstance () const
 
void ReleaseGraphicsResources (vtkWindow *)
 
virtual int Draw (vtkRenderer *ren, vtkActor *a)
 
vtkOpenGLPolyDataMapperNewInstance () const
 
void ReleaseGraphicsResources (vtkWindow *)
 
virtual int GetPopulateSelectionSettings ()
 
void SetPopulateSelectionSettings (int v)
 
virtual bool GetSupportsSelection ()
 
virtual bool GetIsOpaque ()
 
virtual void RenderPieceStart (vtkRenderer *ren, vtkActor *act)
 
virtual void RenderPieceDraw (vtkRenderer *ren, vtkActor *act)
 
virtual void RenderPieceFinish (vtkRenderer *ren, vtkActor *act)
 
virtual void RenderEdges (vtkRenderer *ren, vtkActor *act)
 
virtual void SetPointIdArrayName (const char *)
 
virtual char * GetPointIdArrayName ()
 
virtual void SetCellIdArrayName (const char *)
 
virtual char * GetCellIdArrayName ()
 
virtual void SetProcessIdArrayName (const char *)
 
virtual char * GetProcessIdArrayName ()
 
virtual void SetCompositeIdArrayName (const char *)
 
virtual char * GetCompositeIdArrayName ()
 
- Public Member Functions inherited from vtkPolyDataMapper
vtkPolyDataMapperNewInstance () const
 
virtual void Render (vtkRenderer *ren, vtkActor *act)
 
void ShallowCopy (vtkAbstractMapper *m)
 
virtual void MapDataArrayToMultiTextureAttribute (int unit, const char *dataArrayName, int fieldAssociation, int componentno=-1)
 
virtual void RemoveVertexAttributeMapping (const char *vertexAttributeName)
 
virtual void RemoveAllVertexAttributeMappings ()
 
void SetInputData (vtkPolyData *in)
 
vtkPolyDataGetInput ()
 
void Update ()
 
void Update (int port)
 
virtual void SetPiece (int)
 
virtual int GetPiece ()
 
virtual void SetNumberOfPieces (int)
 
virtual int GetNumberOfPieces ()
 
virtual void SetNumberOfSubPieces (int)
 
virtual int GetNumberOfSubPieces ()
 
virtual void SetGhostLevel (int)
 
virtual int GetGhostLevel ()
 
virtual doubleGetBounds ()
 
virtual void GetBounds (double bounds[6])
 
virtual void MapDataArrayToVertexAttribute (const char *vertexAttributeName, const char *dataArrayName, int fieldAssociation, int componentno=-1)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Public Member Functions inherited from vtkMapper
vtkMapperNewInstance () const
 
void ShallowCopy (vtkAbstractMapper *m)
 
unsigned long GetMTime ()
 
virtual void CreateDefaultLookupTable ()
 
const char * GetColorModeAsString ()
 
virtual void SetScalarMode (int)
 
virtual int GetScalarMode ()
 
void SetScalarModeToDefault ()
 
void SetScalarModeToUsePointData ()
 
void SetScalarModeToUseCellData ()
 
void SetScalarModeToUsePointFieldData ()
 
void SetScalarModeToUseCellFieldData ()
 
void SetScalarModeToUseFieldData ()
 
virtual void SetFieldDataTupleId (vtkIdType)
 
virtual vtkIdType GetFieldDataTupleId ()
 
const char * GetScalarModeAsString ()
 
const char * GetScalarMaterialModeAsString ()
 
virtual int CanUseTextureMapForColoring (vtkDataObject *input)
 
void SetLookupTable (vtkScalarsToColors *lut)
 
vtkScalarsToColorsGetLookupTable ()
 
virtual void SetScalarVisibility (int)
 
virtual int GetScalarVisibility ()
 
virtual void ScalarVisibilityOn ()
 
virtual void ScalarVisibilityOff ()
 
virtual void SetStatic (int)
 
virtual int GetStatic ()
 
virtual void StaticOn ()
 
virtual void StaticOff ()
 
void SetColorModeToDefault ()
 
void SetColorModeToMapScalars ()
 
void SetColorModeToDirectScalars ()
 
virtual void SetInterpolateScalarsBeforeMapping (int)
 
virtual int GetInterpolateScalarsBeforeMapping ()
 
virtual void InterpolateScalarsBeforeMappingOn ()
 
virtual void InterpolateScalarsBeforeMappingOff ()
 
virtual void SetUseLookupTableScalarRange (int)
 
virtual int GetUseLookupTableScalarRange ()
 
virtual void UseLookupTableScalarRangeOn ()
 
virtual void UseLookupTableScalarRangeOff ()
 
virtual void SetScalarRange (double, double)
 
void SetScalarRange (double[2])
 
virtual doubleGetScalarRange ()
 
virtual void GetScalarRange (double data[2])
 
virtual void SetImmediateModeRendering (int)
 
virtual int GetImmediateModeRendering ()
 
virtual void ImmediateModeRenderingOn ()
 
virtual void ImmediateModeRenderingOff ()
 
virtual int GetForceCompileOnly ()
 
void SetForceCompileOnly (int value)
 
void SelectColorArray (int arrayNum)
 
void SelectColorArray (const char *arrayName)
 
void ColorByArrayComponent (int arrayNum, int component)
 
void ColorByArrayComponent (const char *arrayName, int component)
 
char * GetArrayName ()
 
int GetArrayId ()
 
int GetArrayAccessMode ()
 
int GetArrayComponent ()
 
void SetRenderTime (double time)
 
virtual double GetRenderTime ()
 
vtkDataSetGetInput ()
 
vtkDataSetGetInputAsDataSet ()
 
virtual vtkUnsignedCharArrayMapScalars (double alpha)
 
virtual vtkUnsignedCharArrayMapScalars (vtkDataSet *input, double alpha)
 
virtual void SetScalarMaterialMode (int)
 
virtual int GetScalarMaterialMode ()
 
void SetScalarMaterialModeToDefault ()
 
void SetScalarMaterialModeToAmbient ()
 
void SetScalarMaterialModeToDiffuse ()
 
void SetScalarMaterialModeToAmbientAndDiffuse ()
 
- Public Member Functions inherited from vtkAbstractMapper3D
vtkAbstractMapper3DNewInstance () const
 
double GetLength ()
 
int GetNumberOfClippingPlanes ()
 
doubleGetCenter ()
 
void GetCenter (double center[3])
 
virtual int IsARayCastMapper ()
 
virtual int IsARenderIntoImageMapper ()
 
void GetClippingPlaneInDataCoords (vtkMatrix4x4 *propMatrix, int i, double planeEquation[4])
 
- Public Member Functions inherited from vtkAbstractMapper
vtkAbstractMapperNewInstance () const
 
void SetClippingPlanes (vtkPlanes *planes)
 
void ShallowCopy (vtkAbstractMapper *m)
 
virtual double GetTimeToDraw ()
 
void AddClippingPlane (vtkPlane *plane)
 
void RemoveClippingPlane (vtkPlane *plane)
 
void RemoveAllClippingPlanes ()
 
virtual void SetClippingPlanes (vtkPlaneCollection *)
 
virtual vtkPlaneCollectionGetClippingPlanes ()
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
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 *)
 
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)
 
- Public Member Functions inherited from vtkObjectBase
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 ()
 

Static Public Member Functions

static vtkPSurfaceLICMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPSurfaceLICMapperSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkSurfaceLICMapper
static vtkSurfaceLICMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSurfaceLICMapperSafeDownCast (vtkObjectBase *o)
 
static bool IsSupported (vtkRenderWindow *context)
 
- Static Public Member Functions inherited from vtkOpenGLPolyDataMapper
static vtkOpenGLPolyDataMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkOpenGLPolyDataMapperSafeDownCast (vtkObjectBase *o)
 
static vtkOpenGLPolyDataMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkOpenGLPolyDataMapperSafeDownCast (vtkObjectBase *o)
 
static vtkPolyDataHandleAppleBug (vtkPolyData *poly, std::vector< float > &buffData)
 
- Static Public Member Functions inherited from vtkPolyDataMapper
static vtkPolyDataMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolyDataMapperSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkMapper
static int IsTypeOf (const char *type)
 
static vtkMapperSafeDownCast (vtkObjectBase *o)
 
static void SetGlobalImmediateModeRendering (int val)
 
static void GlobalImmediateModeRenderingOn ()
 
static void GlobalImmediateModeRenderingOff ()
 
static int GetGlobalImmediateModeRendering ()
 
static void SetResolveCoincidentTopology (int val)
 
static int GetResolveCoincidentTopology ()
 
static void SetResolveCoincidentTopologyToDefault ()
 
static void SetResolveCoincidentTopologyToOff ()
 
static void SetResolveCoincidentTopologyToPolygonOffset ()
 
static void SetResolveCoincidentTopologyToShiftZBuffer ()
 
static void SetResolveCoincidentTopologyPolygonOffsetParameters (double factor, double units)
 
static void GetResolveCoincidentTopologyPolygonOffsetParameters (double &factor, double &units)
 
static void SetResolveCoincidentTopologyPolygonOffsetFaces (int faces)
 
static int GetResolveCoincidentTopologyPolygonOffsetFaces ()
 
static void SetResolveCoincidentTopologyZShift (double val)
 
static double GetResolveCoincidentTopologyZShift ()
 
- Static Public Member Functions inherited from vtkAbstractMapper3D
static int IsTypeOf (const char *type)
 
static vtkAbstractMapper3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractMapperSafeDownCast (vtkObjectBase *o)
 
static vtkDataArrayGetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag)
 
static vtkAbstractArrayGetAbstractScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkPSurfaceLICMapper ()
 
 ~vtkPSurfaceLICMapper ()
 
virtual bool NeedToUpdateCommunicator ()
 
virtual void GetGlobalMinMax (vtkPainterCommunicator *comm, float &min, float &max)
 
virtual vtkPainterCommunicatorCreateCommunicator (int include)
 
virtual void StartTimerEvent (const char *name)
 
virtual void EndTimerEvent (const char *name)
 
- Protected Member Functions inherited from vtkSurfaceLICMapper
 vtkSurfaceLICMapper ()
 
 ~vtkSurfaceLICMapper ()
 
virtual void ProcessInformation (vtkInformation *info)
 
void CreateCommunicator (vtkRenderer *, vtkActor *)
 
virtual void ReportReferences (vtkGarbageCollector *collector)
 
void UpdateNoiseImage (vtkRenderWindow *renWin)
 
void ValidateContext (vtkRenderer *renderer)
 
bool CanRenderSurfaceLIC (vtkActor *actor)
 
virtual void SetMapperShaderParameters (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
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)
 
virtual void ReplaceShaderValues (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
- Protected Member Functions inherited from vtkOpenGLPolyDataMapper
 vtkOpenGLPolyDataMapper ()
 
 ~vtkOpenGLPolyDataMapper ()
 
void DrawPoints (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren)
 
void DrawLines (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren)
 
void DrawPolygons (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren)
 
void DrawTStrips (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren)
 
 vtkOpenGLPolyDataMapper ()
 
 ~vtkOpenGLPolyDataMapper ()
 
virtual void ComputeBounds ()
 
virtual void SetLightingShaderParameters (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
virtual void SetCameraShaderParameters (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
virtual void SetPropertyShaderParameters (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
virtual void UpdateBufferObjects (vtkRenderer *ren, vtkActor *act)
 
virtual bool GetNeedToRebuildBufferObjects (vtkRenderer *ren, vtkActor *act)
 
virtual void BuildBufferObjects (vtkRenderer *ren, vtkActor *act)
 
virtual void BuildIBO (vtkRenderer *ren, vtkActor *act, vtkPolyData *poly)
 
virtual bool HaveWideLines (vtkRenderer *, vtkActor *)
 
bool IsShaderVariableUsed (const char *)
 
void BuildCellTextures (vtkRenderer *ren, vtkActor *, vtkCellArray *prims[4], int representation)
 
void AppendCellTextures (vtkRenderer *ren, vtkActor *, vtkCellArray *prims[4], int representation, std::vector< unsigned char > &colors, std::vector< float > &normals, vtkPolyData *pd)
 
virtual void UpdateShaders (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
virtual bool GetNeedToRebuildShaders (vtkOpenGLHelper &cellBO, vtkRenderer *ren, vtkActor *act)
 
virtual void BuildShaders (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void GetShaderTemplate (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderColor (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderLight (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderTCoord (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderPicking (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderDepthPeeling (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderPrimID (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderNormal (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderClip (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
virtual void ReplaceShaderPositionVC (std::map< vtkShader::Type, vtkShader * > shaders, vtkRenderer *ren, vtkActor *act)
 
- Protected Member Functions inherited from vtkPolyDataMapper
 vtkPolyDataMapper ()
 
 ~vtkPolyDataMapper ()
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkMapper
 vtkMapper ()
 
 ~vtkMapper ()
 
void MapScalarsToTexture (vtkAbstractArray *scalars, double alpha)
 
- Protected Member Functions inherited from vtkAbstractMapper3D
 vtkAbstractMapper3D ()
 
 ~vtkAbstractMapper3D ()
 
- Protected Member Functions inherited from vtkAbstractMapper
 vtkAbstractMapper ()
 
 ~vtkAbstractMapper ()
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Additional Inherited Members

- Public Attributes inherited from vtkOpenGLPolyDataMapper
vtkPolyDataCurrentInput
 
- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Protected Attributes inherited from vtkSurfaceLICMapper
int NumberOfSteps
 
double StepSize
 
int NormalizeVectors
 
int EnhancedLIC
 
int EnhanceContrast
 
double LowLICContrastEnhancementFactor
 
double HighLICContrastEnhancementFactor
 
double LowColorContrastEnhancementFactor
 
double HighColorContrastEnhancementFactor
 
int AntiAlias
 
int MaskOnSurface
 
double MaskThreshold
 
double MaskIntensity
 
double MaskColor [3]
 
int ColorMode
 
double LICIntensity
 
double MapModeBias
 
int GenerateNoiseTexture
 
int NoiseType
 
int NoiseTextureSize
 
int NoiseGrainSize
 
double MinNoiseValue
 
double MaxNoiseValue
 
int NumberOfNoiseLevels
 
double ImpulseNoiseProbability
 
double ImpulseNoiseBackgroundValue
 
int NoiseGeneratorSeed
 
int AlwaysUpdate
 
int Enable
 
int CompositeStrategy
 
vtkDataObjectOutput
 
vtkInternals * Internals
 
- Protected Attributes inherited from vtkOpenGLPolyDataMapper
vtkIdType TotalCells
 
int ListId
 
vtkOpenGLTextureInternalColorTexture
 
bool HaveAppleBug
 
std::vector< floatAppleBugPrimIDs
 
vtkOpenGLBufferObjectAppleBugPrimIDBuffer
 
vtkOpenGLVertexBufferObjectVBO
 
vtkOpenGLHelper Points
 
vtkOpenGLHelper Lines
 
vtkOpenGLHelper Tris
 
vtkOpenGLHelper TriStrips
 
vtkOpenGLHelper TrisEdges
 
vtkOpenGLHelper TriStripsEdges
 
vtkOpenGLHelperLastBoundBO
 
bool DrawingEdges
 
int LastLightComplexity
 
vtkTimeStamp LightComplexityChanged
 
int LastSelectionState
 
vtkTimeStamp SelectionStateChanged
 
int LastDepthPeeling
 
vtkTimeStamp DepthPeelingChanged
 
bool UsingScalarColoring
 
vtkTimeStamp VBOBuildTime
 
int PopulateSelectionSettings
 
int PrimitiveIDOffset
 
vtkMatrix4x4TempMatrix4
 
vtkMatrix3x3TempMatrix3
 
std::vector< std::string > ShaderVariablesUsed
 
bool ForceTextureCoordinates
 
bool HavePickScalars
 
vtkTextureObjectCellScalarTexture
 
vtkOpenGLBufferObjectCellScalarBuffer
 
bool HaveCellScalars
 
vtkTextureObjectCellNormalTexture
 
vtkOpenGLBufferObjectCellNormalBuffer
 
bool HaveCellNormals
 
char * PointIdArrayName
 
char * CellIdArrayName
 
char * ProcessIdArrayName
 
char * CompositeIdArrayName
 
int TextureComponents
 
- Protected Attributes inherited from vtkPolyDataMapper
int Piece
 
int NumberOfPieces
 
int NumberOfSubPieces
 
int GhostLevel
 
- Protected Attributes inherited from vtkMapper
vtkUnsignedCharArrayColors
 
int InterpolateScalarsBeforeMapping
 
vtkFloatArrayColorCoordinates
 
vtkImageDataColorTextureMap
 
vtkScalarsToColorsLookupTable
 
int ScalarVisibility
 
vtkTimeStamp BuildTime
 
double ScalarRange [2]
 
int UseLookupTableScalarRange
 
int ImmediateModeRendering
 
int ColorMode
 
int ScalarMode
 
int ScalarMaterialMode
 
double RenderTime
 
int ArrayId
 
char ArrayName [256]
 
int ArrayComponent
 
int ArrayAccessMode
 
vtkIdType FieldDataTupleId
 
int Static
 
int ForceCompileOnly
 
- Protected Attributes inherited from vtkAbstractMapper3D
double Bounds [6]
 
double Center [3]
 
- Protected Attributes inherited from vtkAbstractMapper
vtkTimerLogTimer
 
double TimeToDraw
 
vtkWindowLastWindow
 
vtkPlaneCollectionClippingPlanes
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

parallel parts of the vtkSurfaceLICMapper

Parallel parts of the vtkSurfaceLICMapper, see that class for documentation.

Definition at line 32 of file vtkPSurfaceLICMapper.h.

Member Typedef Documentation

Definition at line 36 of file vtkPSurfaceLICMapper.h.

Constructor & Destructor Documentation

vtkPSurfaceLICMapper::vtkPSurfaceLICMapper ( )
protected
vtkPSurfaceLICMapper::~vtkPSurfaceLICMapper ( )
protected

Member Function Documentation

static vtkPSurfaceLICMapper* vtkPSurfaceLICMapper::New ( )
static
static int vtkPSurfaceLICMapper::IsTypeOf ( const char *  type)
static
virtual int vtkPSurfaceLICMapper::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 vtkSurfaceLICMapper.

static vtkPSurfaceLICMapper* vtkPSurfaceLICMapper::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkPSurfaceLICMapper::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkSurfaceLICMapper.

vtkPSurfaceLICMapper* vtkPSurfaceLICMapper::NewInstance ( ) const
virtual void vtkPSurfaceLICMapper::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

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 vtkSurfaceLICMapper.

virtual void vtkPSurfaceLICMapper::WriteTimerLog ( const char *  fileName)
virtual

Methods used for parallel benchmarks. Use cmake to define vtkSurfaceLICMapperTIME to enable benchmarks. During each update timing information is stored, it can be written to disk by calling WriteLog.

Reimplemented from vtkSurfaceLICMapper.

virtual void vtkPSurfaceLICMapper::GetGlobalMinMax ( vtkPainterCommunicator comm,
float min,
float max 
)
protectedvirtual

Get the min/max across all ranks. min/max are in/out. In serial operation this is a no-op, in parallel it is a global collective reduction.

Reimplemented from vtkSurfaceLICMapper.

virtual vtkPainterCommunicator* vtkPSurfaceLICMapper::CreateCommunicator ( int  include)
protectedvirtual

Creates a new communicator with/without the calling processes as indicated by the passed in flag, if not 0 the calling process is included in the new communicator. In parallel this call is mpi collective on the world communicator. In serial this is a no-op.

Reimplemented from vtkSurfaceLICMapper.

virtual bool vtkPSurfaceLICMapper::NeedToUpdateCommunicator ( )
protectedvirtual

Ensure that if any rank udpates the communicator they all do. This is a global collective operation.

Reimplemented from vtkSurfaceLICMapper.

virtual void vtkPSurfaceLICMapper::StartTimerEvent ( const char *  name)
protectedvirtual

Methods used for parallel benchmarks. Use cmake to define vtkSurfaceLICMapperTIME to enable benchmarks. During each update timing information is stored, it can be written to disk by calling WriteLog.

Reimplemented from vtkSurfaceLICMapper.

virtual void vtkPSurfaceLICMapper::EndTimerEvent ( const char *  name)
protectedvirtual

Methods used for parallel benchmarks. Use cmake to define vtkSurfaceLICMapperTIME to enable benchmarks. During each update timing information is stored, it can be written to disk by calling WriteLog.

Reimplemented from vtkSurfaceLICMapper.


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