#include "VISU_Convertor.hxx"#include "VISU_ConvertorUtils.hxx"#include "VISU_MeshPL.hxx"#include "VISU_ScalarMapPL.hxx"#include "VISU_IsoSurfacesPL.hxx"#include "VISU_CutPlanesPL.hxx"#include "VISU_CutLinesPL.hxx"#include "VISU_ColoredPL.hxx"#include "VISU_DeformedShapePL.hxx"#include "VISU_VectorsPL.hxx"#include "VISU_StreamLinesPL.hxx"#include "VISU_GaussPointsPL.hxx"#include "VISU_DeformedShapeAndScalarMapPL.hxx"#include "VISU_Plot3DPL.hxx"#include "VISU_ScalarBarActor.hxx"#include "VISU_OpenGLPointSpriteMapper.hxx"#include "VTKViewer_GeometryFilter.h"#include "VISU_ElnoDisassembleFilter.hxx"#include "VISU_ElnoAssembleFilter.hxx"#include <vtkShrinkFilter.h>#include <vtkPointLocator.h>#include <vtkCutter.h>#include <vtkPlane.h>#include <vtkWarpVector.h>#include <vtkScalarBarActor.h>#include <vtkScalarBarWidget.h>#include <vtkMaskPoints.h>#include <vtkUnstructuredGridReader.h>#include <vtkUnstructuredGrid.h>#include <vtkDataSetMapper.h>#include <vtkInteractorStyleTrackballCamera.h>#include <vtkRenderWindowInteractor.h>#include <vtkRenderWindow.h>#include <vtkImageData.h>#include <vtkCellData.h>#include <vtkRenderer.h>#include <vtkCamera.h>#include <vtkActor.h>#include <vtk3DWidget.h>#include <vtkProperty.h>#include <vtkLookupTable.h>#include <vtkIntArray.h>#include <vtkPointData.h>#include <vtkPointSet.h>#include <vtkPolyData.h>#include <vtkXYPlotActor.h>#include <vtkProperty2D.h>#include <vtkTextProperty.h>#include <vtkXYPlotWidget.h>#include <vtkMatrix4x4.h>#include "utilities.h"Typedefs | |
| typedef VISU_CutLinesPL | TPresent |
Functions | |
| void | PrintMissing () |
| void | PrintHelp () |
| void | PrintErr () |
| template<class TPipeLine > | |
| VISU_ColoredPL * | CreateColoredPL (VISU_Convertor *theConvertor, const std::string &theMeshName, const VISU::TEntity &theEntity, const std::string &theFieldName, int theTimeStampNumber) |
| template<> | |
| VISU_ColoredPL * | CreateColoredPL< VISU_GaussPointsPL > (VISU_Convertor *theConvertor, const std::string &theMeshName, const VISU::TEntity &theEntity, const std::string &theFieldName, int theTimeStampNumber) |
| int | main (int argc, char **argv) |
Variables | |
| static int | isOnlyMesh = false |
| typedef VISU_CutLinesPL TPresent |
| void PrintMissing | ( | ) |
References MESSAGE.
| void PrintHelp | ( | ) |
| void PrintErr | ( | ) |
References MESSAGE.
| VISU_ColoredPL * CreateColoredPL | ( | VISU_Convertor * | theConvertor, |
| const std::string & | theMeshName, | ||
| const VISU::TEntity & | theEntity, | ||
| const std::string & | theFieldName, | ||
| int | theTimeStampNumber | ||
| ) |
References VISU_Convertor.GetTimeStampOnMesh().
| VISU_ColoredPL* CreateColoredPL< VISU_GaussPointsPL > | ( | VISU_Convertor * | theConvertor, |
| const std::string & | theMeshName, | ||
| const VISU::TEntity & | theEntity, | ||
| const std::string & | theFieldName, | ||
| int | theTimeStampNumber | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References visu_cache.aFieldName, VISU_Example_06.aFileName, batchmode_visu_view3d.aMeshName, batchmode_visu_view3d.anEntity, visu_cache.aTimeStampNumber, VISU_Convertor.BuildEntities(), VISU_Convertor.BuildFields(), VISU_Convertor.BuildGroups(), VISU_Convertor.BuildMinMax(), VISU.CELL_ENTITY, CreateConvertor(), VISU_ScalarBarActor.DebugOn(), VISU_ScalarBarActor.DistributionVisibilityOn(), VISU_ColoredPL.GetBarTable(), VISU_ColoredPL.GetDistribution(), VISU_PipeLine.GetInput(), VISU_PipeLine.GetMapper(), VISU_ColoredPL.GetMapperTable(), VISU_Convertor.GetMeshMap(), VISU_Convertor.GetMeshOnEntity(), VISU_ColoredPL.GetNbColors(), VISU_PipeLine.GetOutput(), VISU_DeformedShapePL.GetScaleFactor(), VISU.IsDataOnCells(), isOnlyMesh, VISU_GaussPointsPL.MakeTexture(), MESSAGE, VISU_ScalarBarActor.New(), VISU_OpenGLPointSpriteMapper.New(), VISU_MeshPL.New(), VISU.NODE_ENTITY, PrintErr(), PrintHelp(), PrintMissing(), VISU_OpenGLPointSpriteMapper.SetAverageCellSize(), VISU_ScalarBarActor.SetDistribution(), VISU_OpenGLPointSpriteMapper.SetImageData(), VISU_ScalarBarActor.SetLookupTable(), VISU_ColoredPL.SetNbColors(), VISU_UnstructuredGridPL.SetUnstructuredGridIDMapper(), and VISU_ColoredPL.Update().
int isOnlyMesh = false [static] |