Version: 6.3.1
Public Member Functions | Static Public Member Functions | Data Fields | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions

VISU_StreamLinesPL Class Reference

#include <VISU_StreamLinesPL.hxx>

Inheritance diagram for VISU_StreamLinesPL:
Inheritance graph

Public Member Functions

 vtkTypeMacro (VISU_StreamLinesPL, VISU_DeformedShapePL)
virtual unsigned long int GetMTime ()
virtual size_t SetParams (vtkFloatingPointType theIntStep, vtkFloatingPointType thePropogationTime, vtkFloatingPointType theStepLength, vtkPointSet *theSource, vtkFloatingPointType thePercents, int theDirection=VTK_INTEGRATE_BOTH_DIRECTIONS)
virtual vtkPointSet * GetSource ()
virtual vtkFloatingPointType GetUsedPoints ()
virtual vtkFloatingPointType GetIntegrationStep ()
virtual vtkFloatingPointType GetPropagationTime ()
virtual vtkFloatingPointType GetStepLength ()
virtual int GetDirection ()
virtual vtkDataSet * GetStreamerSource ()
virtual vtkFloatingPointType GetVelocityCoeff ()
virtual vtkFloatingPointType GetMaxIntegrationStep ()
virtual vtkFloatingPointType GetMinIntegrationStep ()
virtual vtkFloatingPointType GetMinStepLength ()
virtual vtkFloatingPointType GetMaxStepLength ()
virtual vtkFloatingPointType GetMinPropagationTime ()
virtual vtkFloatingPointType GetMaxPropagationTime ()
virtual vtkFloatingPointType GetBasePropagationTime ()
virtual vtkDataSet * InsertCustomPL ()
virtual void Init ()
virtual void Build ()
virtual void Update ()
virtual unsigned long int GetMemorySize ()
 Gets memory size used by the instance (bytes).
virtual void SetMapScale (vtkFloatingPointType theMapScale=1.0)
 vtkTypeMacro (VISU_DeformedShapePL, VISU_ScalarMapPL)
 vtkTypeMacro (VISU_ScalarMapPL, VISU_ColoredPL)
 vtkTypeMacro (VISU_ColoredPL, VISU_PipeLine)
 vtkTypeMacro (VISU_PipeLine, vtkObject)
virtual void SetScale (vtkFloatingPointType theScale)
virtual vtkFloatingPointType GetScale ()
virtual void SetSourceGeometry ()
virtual int AddGeometry (vtkDataSet *theGeometry, const VISU::TName &theGeomName)
virtual vtkDataSet * GetGeometry (int theGeomNumber, VISU::TName &theGeomName)
virtual int GetNumberOfGeometry ()
bool IsExternalGeometryUsed ()
virtual void ClearGeometry ()
virtual void GetSourceRange (vtkFloatingPointType theRange[2])
virtual void SetGaussMetric (VISU::TGaussMetric theGaussMetric)
virtual VISU::TGaussMetric GetGaussMetric ()
virtual vtkPointSet * GetMergedInput ()
virtual void AddGeometryName (const VISU::TName &theGeomName)
virtual VISU::TName GetGeometryName (int theGeomNumber) const
virtual const VISU::TNamesGetGeometryNames () const
virtual void ClearGeometryNames ()
virtual int GetScalarMode ()
virtual void SetScalarMode (int theScalarMode=0)
virtual vtkFloatingPointType * GetScalarRange ()
virtual void SetScalarRange (vtkFloatingPointType theRange[2])
void SetScalarFilterRange (vtkFloatingPointType theRange[2])
void GetScalarFilterRange (vtkFloatingPointType theRange[2])
vtkFloatingPointType * GetScalarFilterRange ()
bool IsScalarFilterUsed ()
void UseScalarFiltering (bool theUseScalarFilter)
virtual void SetScaling (int theScaling)
virtual int GetScaling ()
virtual void SetNbColors (int theNbColors)
virtual int GetNbColors ()
vtkDoubleArray * GetDistribution ()
virtual VISU_LookupTableGetMapperTable ()
virtual VISU_LookupTableGetBarTable ()
virtual vtkFloatingPointType GetMapScale ()
virtual void SetSourceRange ()
virtual void UpdateMapperLookupTable ()
virtual void ShallowCopy (VISU_PipeLine *thePipeLine, bool theIsCopyInput)
virtual void SameAs (VISU_PipeLine *thePipeLine)
void SetMapperHolder (VISU_MapperHolder *theHolder)
VISU_MapperHolderGetMapperHolder ()
const VISU::PIDMapperGetIDMapper ()
virtual vtkDataSet * GetInput ()
virtual vtkMapper * GetMapper ()
virtual vtkDataSet * GetOutput ()
virtual vtkIdType GetNodeObjID (vtkIdType theID)
virtual vtkIdType GetNodeVTKID (vtkIdType theID)
virtual vtkFloatingPointType * GetNodeCoord (vtkIdType theObjID)
virtual vtkIdType GetElemObjID (vtkIdType theID)
virtual vtkIdType GetElemVTKID (vtkIdType theID)
virtual vtkCell * GetElemCell (vtkIdType theObjID)
bool IsPlanarInput ()
bool IsShrinkable ()
bool IsFeatureEdgesAllowed ()
void SetImplicitFunction (vtkImplicitFunction *theFunction)
vtkImplicitFunctionGetImplicitFunction ()
void SetExtractInside (bool theMode)
void SetExtractBoundaryCells (bool theMode)
virtual void RemoveAllClippingPlanes ()
vtkIdType GetNumberOfClippingPlanes ()
virtual bool AddClippingPlane (vtkPlane *thePlane)
virtual vtkPlaneGetClippingPlane (vtkIdType theID)
virtual void RemoveClippingPlane (vtkIdType theID)
virtual void SetPlaneParam (vtkFloatingPointType theDir[3], vtkFloatingPointType theDist, vtkPlane *thePlane)
virtual void GetPlaneParam (vtkFloatingPointType theDir[3], vtkFloatingPointType &theDist, vtkPlane *thePlane)
void GetVisibleBounds (vtkFloatingPointType theBounds[6])
void SetUnstructuredGridIDMapper (const VISU::PUnstructuredGridIDMapper &theIDMapper)
VISU_DataSetMapperHolderGetDataSetMapperHolder ()
vtkDataSetMapper * GetDataSetMapper ()

Static Public Member Functions

static VISU_StreamLinesPLNew ()
static vtkFloatingPointType GetMaxIntegrationStep (vtkDataSet *theDataSet)
static vtkFloatingPointType GetMinIntegrationStep (vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetBaseIntegrationStep (vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetMinPropagationTime (vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetMaxPropagationTime (vtkDataSet *theDataSet)
static vtkFloatingPointType GetBasePropagationTime (vtkDataSet *theDataSet)
static vtkFloatingPointType GetMinStepLength (vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetMaxStepLength (vtkDataSet *theDataSet)
static vtkFloatingPointType GetBaseStepLength (vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetVelocityCoeff (vtkDataSet *theDataSet)
static size_t IsPossible (vtkPointSet *theDataSet)
static vtkFloatingPointType GetScaleFactor (vtkDataSet *theDataSet)
static vtkFloatingPointType GetDefaultScale (VISU_ScalarMapPL *theScalarMapPL)
static size_t CheckAvailableMemory (double theSize)
static size_t GetAvailableMemory (double theSize, double theMinSize=1024 *1024)

Data Fields

VISU::TNames myGeometryNames

Protected Member Functions

 VISU_StreamLinesPL ()
virtual ~VISU_StreamLinesPL ()
virtual void DoShallowCopy (VISU_PipeLine *thePipeLine, bool theIsCopyInput)
virtual void OnCreateMapperHolder ()
void SetElnoDisassembleState (bool theIsShrunk)
VISU_ExtractorGetExtractorFilter ()
VISU_FieldTransformGetFieldTransformFilter ()
virtual vtkPointSet * GetClippedInput ()
virtual void ComputeVisibleBounds ()
void SetIsShrinkable (bool theIsShrinkable)
void SetIsFeatureEdgesAllowed (bool theIsFeatureEdgesAllowed)

Static Protected Member Functions

static vtkFloatingPointType GetNecasseryMemorySize (vtkIdType theNbOfPoints, vtkFloatingPointType theStepLength, vtkFloatingPointType thePropogationTime, vtkFloatingPointType thePercents)
static size_t FindPossibleParams (vtkDataSet *theDataSet, vtkFloatingPointType &theStepLength, vtkFloatingPointType &thePropogationTime, vtkFloatingPointType &thePercents)
static vtkFloatingPointType CorrectIntegrationStep (vtkFloatingPointType theStep, vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType CorrectPropagationTime (vtkFloatingPointType thePropagationTime, vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType CorrectStepLength (vtkFloatingPointType theStep, vtkDataSet *theDataSet, vtkFloatingPointType thePercents)
static vtkFloatingPointType GetUsedPointsDefault ()
static void SetScalarMode (int theScalarMode, vtkDataSet *theInput, VISU_Extractor *theExtractor)

Protected Attributes

vtkStreamLine * myStream
vtkPointSet * mySource
VTKViewer_CellCenters * myCenters
VTKViewer_GeometryFilter * myGeomFilter
VISU_MaskPointsFiltermyPointsFilter
vtkFloatingPointType myPercents
vtkFloatingPointType myScaleFactor
vtkFloatingPointType myMapScaleFactor
vtkWarpVector * myWarpVector
VISU_CellDataToPointDatamyCellDataToPointData
vtkFloatingPointType myVisibleBounds [6]
vtkTimeStamp myVisibleComputeTime

Private Member Functions

 VISU_StreamLinesPL (const VISU_StreamLinesPL &)
void operator= (const VISU_StreamLinesPL &)

Constructor & Destructor Documentation

VISU_StreamLinesPL::VISU_StreamLinesPL ( ) [protected]
VISU_StreamLinesPL::~VISU_StreamLinesPL ( ) [protected, virtual]
VISU_StreamLinesPL.VISU_StreamLinesPL ( const VISU_StreamLinesPL ) [private]

Member Function Documentation

VISU_StreamLinesPL.vtkTypeMacro ( VISU_StreamLinesPL  ,
VISU_DeformedShapePL   
)
static VISU_StreamLinesPL* VISU_StreamLinesPL.New ( ) [static]

Reimplemented from VISU_DeformedShapePL.

unsigned long int VISU_StreamLinesPL::GetMTime ( ) [virtual]

Reimplemented from VISU_DeformedShapePL.

size_t VISU_StreamLinesPL::SetParams ( vtkFloatingPointType  theIntStep,
vtkFloatingPointType  thePropogationTime,
vtkFloatingPointType  theStepLength,
vtkPointSet *  theSource,
vtkFloatingPointType  thePercents,
int  theDirection = VTK_INTEGRATE_BOTH_DIRECTIONS 
) [virtual]
vtkPointSet * VISU_StreamLinesPL::GetSource ( ) [virtual]
vtkFloatingPointType VISU_StreamLinesPL::GetUsedPoints ( ) [virtual]
vtkFloatingPointType VISU_StreamLinesPL::GetIntegrationStep ( ) [virtual]
vtkFloatingPointType VISU_StreamLinesPL::GetPropagationTime ( ) [virtual]
vtkFloatingPointType VISU_StreamLinesPL::GetStepLength ( ) [virtual]
int VISU_StreamLinesPL::GetDirection ( ) [virtual]
vtkDataSet * VISU_StreamLinesPL::GetStreamerSource ( ) [virtual]
vtkFloatingPointType VISU_StreamLinesPL::GetVelocityCoeff ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMaxIntegrationStep ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMinIntegrationStep ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMinStepLength ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMaxStepLength ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMinPropagationTime ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetMaxPropagationTime ( ) [virtual]

References VISU.GetOutput().

vtkFloatingPointType VISU_StreamLinesPL::GetBasePropagationTime ( ) [virtual]

References VISU.GetOutput().

vtkDataSet * VISU_StreamLinesPL::InsertCustomPL ( ) [virtual]

Reimplemented from VISU_DeformedShapePL.

void VISU_StreamLinesPL::Init ( ) [virtual]

Reimplemented from VISU_DeformedShapePL.

void VISU_StreamLinesPL::Build ( ) [virtual]

Reimplemented from VISU_ScalarMapPL.

References VISU.CellDataToPoint().

void VISU_StreamLinesPL::Update ( ) [virtual]

Reimplemented from VISU_DeformedShapePL.

References MYDEBUG.

unsigned long int VISU_StreamLinesPL::GetMemorySize ( ) [virtual]

Reimplemented from VISU_DeformedShapePL.

void VISU_StreamLinesPL::SetMapScale ( vtkFloatingPointType  theMapScale = 1.0) [virtual]

Reimplemented from VISU_DeformedShapePL.

vtkFloatingPointType VISU_StreamLinesPL::GetMaxIntegrationStep ( vtkDataSet *  theDataSet) [static]

References EPS.

vtkFloatingPointType VISU_StreamLinesPL::GetMinIntegrationStep ( vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static]

References aCoeffOfIntStep, and EPS.

vtkFloatingPointType VISU_StreamLinesPL::GetBaseIntegrationStep ( vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static]

References aCoeffOfIntStep.

vtkFloatingPointType VISU_StreamLinesPL::GetMinPropagationTime ( vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static]
vtkFloatingPointType VISU_StreamLinesPL::GetMaxPropagationTime ( vtkDataSet *  theDataSet) [static]

References aMinNbOfSteps.

vtkFloatingPointType VISU_StreamLinesPL::GetBasePropagationTime ( vtkDataSet *  theDataSet) [static]
vtkFloatingPointType VISU_StreamLinesPL::GetMinStepLength ( vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static]
vtkFloatingPointType VISU_StreamLinesPL::GetMaxStepLength ( vtkDataSet *  theDataSet) [static]
vtkFloatingPointType VISU_StreamLinesPL::GetBaseStepLength ( vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static]
vtkFloatingPointType VISU_StreamLinesPL::GetVelocityCoeff ( vtkDataSet *  theDataSet) [static]

References EPS.

size_t VISU_StreamLinesPL::IsPossible ( vtkPointSet *  theDataSet) [static]
void VISU_StreamLinesPL::DoShallowCopy ( VISU_PipeLine thePipeLine,
bool  theIsCopyInput 
) [protected, virtual]

Reimplemented from VISU_DeformedShapePL.

vtkFloatingPointType VISU_StreamLinesPL::GetNecasseryMemorySize ( vtkIdType  theNbOfPoints,
vtkFloatingPointType  theStepLength,
vtkFloatingPointType  thePropogationTime,
vtkFloatingPointType  thePercents 
) [static, protected]

References visu_cache.aResult.

size_t VISU_StreamLinesPL::FindPossibleParams ( vtkDataSet *  theDataSet,
vtkFloatingPointType &  theStepLength,
vtkFloatingPointType &  thePropogationTime,
vtkFloatingPointType &  thePercents 
) [static, protected]

References MESSAGE, and MYDEBUG.

vtkFloatingPointType VISU_StreamLinesPL::CorrectIntegrationStep ( vtkFloatingPointType  theStep,
vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static, protected]
vtkFloatingPointType VISU_StreamLinesPL::CorrectPropagationTime ( vtkFloatingPointType  thePropagationTime,
vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static, protected]
vtkFloatingPointType VISU_StreamLinesPL::CorrectStepLength ( vtkFloatingPointType  theStep,
vtkDataSet *  theDataSet,
vtkFloatingPointType  thePercents 
) [static, protected]
vtkFloatingPointType VISU_StreamLinesPL::GetUsedPointsDefault ( ) [static, protected]
void VISU_StreamLinesPL.operator= ( const VISU_StreamLinesPL ) [private]
VISU_DeformedShapePL.vtkTypeMacro ( VISU_DeformedShapePL  ,
VISU_ScalarMapPL   
) [inherited]
VISU_ScalarMapPL.vtkTypeMacro ( VISU_ScalarMapPL  ,
VISU_ColoredPL   
) [inherited]
VISU_ColoredPL.vtkTypeMacro ( VISU_ColoredPL  ,
VISU_PipeLine   
) [inherited]
VISU_PipeLine.vtkTypeMacro ( VISU_PipeLine  ,
vtkObject   
) [inherited]
void VISU_DeformedShapePL::SetScale ( vtkFloatingPointType  theScale) [virtual, inherited]

Reimplemented in VISU_VectorsPL.

References VISU.CheckIsSameValue().

vtkFloatingPointType VISU_DeformedShapePL::GetScale ( ) [virtual, inherited]

Reimplemented in VISU_VectorsPL.

vtkFloatingPointType VISU_DeformedShapePL::GetScaleFactor ( vtkDataSet *  theDataSet) [static, inherited]
vtkFloatingPointType VISU_DeformedShapePL::GetDefaultScale ( VISU_ScalarMapPL theScalarMapPL) [static, inherited]
void VISU_ScalarMapPL::SetSourceGeometry ( ) [virtual, inherited]

Implements VISU_MergedPL.

int VISU_ScalarMapPL::AddGeometry ( vtkDataSet *  theGeometry,
const VISU::TName theGeomName 
) [virtual, inherited]

Implements VISU_MergedPL.

vtkDataSet * VISU_ScalarMapPL::GetGeometry ( int  theGeomNumber,
VISU::TName theGeomName 
) [virtual, inherited]

Implements VISU_MergedPL.

int VISU_ScalarMapPL::GetNumberOfGeometry ( ) [virtual, inherited]

Implements VISU_MergedPL.

bool VISU_ScalarMapPL::IsExternalGeometryUsed ( ) [virtual, inherited]

Implements VISU_MergedPL.

void VISU_ScalarMapPL::ClearGeometry ( ) [virtual, inherited]

Implements VISU_MergedPL.

void VISU_ScalarMapPL::GetSourceRange ( vtkFloatingPointType  theRange[2]) [virtual, inherited]

Reimplemented from VISU_ColoredPL.

Reimplemented in VISU_DeformedShapeAndScalarMapPL.

void VISU_ScalarMapPL::SetGaussMetric ( VISU::TGaussMetric  theGaussMetric) [virtual, inherited]
VISU::TGaussMetric VISU_ScalarMapPL::GetGaussMetric ( ) [virtual, inherited]
vtkPointSet * VISU_ScalarMapPL::GetMergedInput ( ) [virtual, inherited]

Implements VISU_MergedPL.

void VISU_ScalarMapPL::OnCreateMapperHolder ( ) [protected, virtual, inherited]
void VISU_ScalarMapPL::SetElnoDisassembleState ( bool  theIsShrunk) [protected, inherited]
void VISU_MergedPL::AddGeometryName ( const VISU::TName theGeomName) [virtual, inherited]
VISU::TName VISU_MergedPL::GetGeometryName ( int  theGeomNumber) const [virtual, inherited]
const VISU::TNames & VISU_MergedPL::GetGeometryNames ( ) const [virtual, inherited]
void VISU_MergedPL::ClearGeometryNames ( ) [virtual, inherited]
int VISU_ColoredPL::GetScalarMode ( ) [virtual, inherited]
void VISU_ColoredPL::SetScalarMode ( int  theScalarMode = 0) [virtual, inherited]

Reimplemented in VISU_DeformedShapeAndScalarMapPL.

References VISU.GetInput().

void VISU_ColoredPL::SetScalarMode ( int  theScalarMode,
vtkDataSet *  theInput,
VISU_Extractor theExtractor 
) [static, protected, inherited]
vtkFloatingPointType * VISU_ColoredPL::GetScalarRange ( ) [virtual, inherited]
void VISU_ColoredPL::SetScalarRange ( vtkFloatingPointType  theRange[2]) [virtual, inherited]
void VISU_ColoredPL::SetScalarFilterRange ( vtkFloatingPointType  theRange[2]) [inherited]
void VISU_ColoredPL::GetScalarFilterRange ( vtkFloatingPointType  theRange[2]) [inherited]
vtkFloatingPointType * VISU_ColoredPL::GetScalarFilterRange ( ) [inherited]
bool VISU_ColoredPL::IsScalarFilterUsed ( ) [inherited]
void VISU_ColoredPL::UseScalarFiltering ( bool  theUseScalarFilter) [inherited]
void VISU_ColoredPL::SetScaling ( int  theScaling) [virtual, inherited]
int VISU_ColoredPL::GetScaling ( ) [virtual, inherited]
void VISU_ColoredPL::SetNbColors ( int  theNbColors) [virtual, inherited]
int VISU_ColoredPL::GetNbColors ( ) [virtual, inherited]
vtkDoubleArray * VISU_ColoredPL::GetDistribution ( ) [inherited]
VISU_LookupTable * VISU_ColoredPL::GetMapperTable ( ) [virtual, inherited]
VISU_LookupTable * VISU_ColoredPL::GetBarTable ( ) [virtual, inherited]
vtkFloatingPointType VISU_ColoredPL::GetMapScale ( ) [virtual, inherited]
void VISU_ColoredPL::SetSourceRange ( ) [virtual, inherited]
void VISU_ColoredPL::UpdateMapperLookupTable ( ) [virtual, inherited]
VISU_Extractor * VISU_ColoredPL::GetExtractorFilter ( ) [protected, inherited]
VISU_FieldTransform * VISU_ColoredPL::GetFieldTransformFilter ( ) [protected, inherited]
vtkPointSet * VISU_ColoredPL::GetClippedInput ( ) [protected, virtual, inherited]

Reimplemented from VISU_PipeLine.

void VISU_PipeLine::ShallowCopy ( VISU_PipeLine thePipeLine,
bool  theIsCopyInput 
) [virtual, inherited]
void VISU_PipeLine::SameAs ( VISU_PipeLine thePipeLine) [virtual, inherited]
void VISU_PipeLine::SetMapperHolder ( VISU_MapperHolder theHolder) [inherited]
VISU_MapperHolder * VISU_PipeLine::GetMapperHolder ( ) [inherited]
const VISU::PIDMapper & VISU_PipeLine::GetIDMapper ( ) [inherited]
vtkDataSet * VISU_PipeLine::GetInput ( ) [virtual, inherited]
vtkMapper * VISU_PipeLine::GetMapper ( ) [virtual, inherited]
vtkDataSet * VISU_PipeLine::GetOutput ( ) [virtual, inherited]

Reimplemented in VISU_VectorsPL.

vtkIdType VISU_PipeLine::GetNodeObjID ( vtkIdType  theID) [virtual, inherited]
vtkIdType VISU_PipeLine::GetNodeVTKID ( vtkIdType  theID) [virtual, inherited]
vtkFloatingPointType * VISU_PipeLine::GetNodeCoord ( vtkIdType  theObjID) [virtual, inherited]
vtkIdType VISU_PipeLine::GetElemObjID ( vtkIdType  theID) [virtual, inherited]
vtkIdType VISU_PipeLine::GetElemVTKID ( vtkIdType  theID) [virtual, inherited]
vtkCell * VISU_PipeLine::GetElemCell ( vtkIdType  theObjID) [virtual, inherited]
bool VISU_PipeLine::IsPlanarInput ( ) [inherited]

References VISU.GetInput().

bool VISU_PipeLine::IsShrinkable ( ) [inherited]
bool VISU_PipeLine::IsFeatureEdgesAllowed ( ) [inherited]
void VISU_PipeLine::SetImplicitFunction ( vtkImplicitFunction theFunction) [inherited]
vtkImplicitFunction * VISU_PipeLine::GetImplicitFunction ( ) [inherited]
void VISU_PipeLine::SetExtractInside ( bool  theMode) [inherited]
void VISU_PipeLine::SetExtractBoundaryCells ( bool  theMode) [inherited]
void VISU_PipeLine::RemoveAllClippingPlanes ( ) [virtual, inherited]
vtkIdType VISU_PipeLine::GetNumberOfClippingPlanes ( ) [inherited]
bool VISU_PipeLine::AddClippingPlane ( vtkPlane thePlane) [virtual, inherited]
vtkPlane * VISU_PipeLine::GetClippingPlane ( vtkIdType  theID) [virtual, inherited]
void VISU_PipeLine::RemoveClippingPlane ( vtkIdType  theID) [virtual, inherited]
void VISU_PipeLine::SetPlaneParam ( vtkFloatingPointType  theDir[3],
vtkFloatingPointType  theDist,
vtkPlane thePlane 
) [virtual, inherited]
void VISU_PipeLine::GetPlaneParam ( vtkFloatingPointType  theDir[3],
vtkFloatingPointType &  theDist,
vtkPlane thePlane 
) [virtual, inherited]
void VISU_PipeLine::GetVisibleBounds ( vtkFloatingPointType  theBounds[6]) [inherited]
size_t VISU_PipeLine::CheckAvailableMemory ( double  theSize) [static, inherited]
size_t VISU_PipeLine::GetAvailableMemory ( double  theSize,
double  theMinSize = 1024*1024 
) [static, inherited]
void VISU_PipeLine::ComputeVisibleBounds ( ) [protected, virtual, inherited]
void VISU_PipeLine::SetIsShrinkable ( bool  theIsShrinkable) [protected, inherited]
void VISU_PipeLine::SetIsFeatureEdgesAllowed ( bool  theIsFeatureEdgesAllowed) [protected, inherited]
void VISU_UnstructuredGridPL::SetUnstructuredGridIDMapper ( const VISU::PUnstructuredGridIDMapper theIDMapper) [inherited]
VISU_DataSetMapperHolder * VISU_UnstructuredGridPL::GetDataSetMapperHolder ( ) [inherited]
vtkDataSetMapper * VISU_UnstructuredGridPL::GetDataSetMapper ( ) [inherited]

Field Documentation

vtkStreamLine* VISU_StreamLinesPL.myStream [protected]
vtkPointSet* VISU_StreamLinesPL.mySource [protected]
VTKViewer_CellCenters* VISU_StreamLinesPL.myCenters [protected]
VTKViewer_GeometryFilter* VISU_StreamLinesPL.myGeomFilter [protected]
vtkFloatingPointType VISU_StreamLinesPL.myPercents [protected]
vtkFloatingPointType VISU_DeformedShapePL.myScaleFactor [protected, inherited]
vtkFloatingPointType VISU_DeformedShapePL.myMapScaleFactor [protected, inherited]
vtkWarpVector* VISU_DeformedShapePL.myWarpVector [protected, inherited]
vtkFloatingPointType VISU_PipeLine.myVisibleBounds[6] [protected, inherited]
vtkTimeStamp VISU_PipeLine.myVisibleComputeTime [protected, inherited]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS