idl/VISU_Gen.idl File Reference

#include "SALOME_Exception.idl"
#include "SALOME_GenericObj.idl"
#include "SALOME_Component.idl"
#include "SALOMEDS.idl"
#include "SALOMEDS_Attributes.idl"
#include "MED.idl"

Include dependency graph for VISU_Gen.idl:

Go to the source code of this file.

Namespaces

namespace  VISU

Data Structures

interface  VISU.Base
interface  VISU.RemovableObject
 Removable object interface. More...
interface  VISU.PrsObject
 Presentable object interface. More...
interface  VISU.Table
 Table representation interface More...
interface  VISU.Curve
 Interface of curve representation. More...
interface  VISU.Container
 Container presentable object interface More...
interface  VISU.Prs3d
 3D presentation interface More...
interface  VISU.Mesh
 Interface of the mesh. More...
interface  VISU.ColoredPrs3d
 Basic Interface for the Colored 3D Presentations. More...
interface  VISU.ScalarMap
 Interface of the Scalar Map. More...
interface  VISU.GaussPoints
 Gauss Points presentation interface. More...
interface  VISU.DeformedShape
 Deformed shape presentation interface. More...
interface  VISU.ScalarMapOnDeformedShape
 Scalar Map on Deformed shape presentation interface. More...
interface  VISU.Plot3D
 Plot3D interface. More...
interface  VISU.CutPlanes
 Cut planes interface. More...
interface  VISU.CutLines
 Cut lines presentation. More...
interface  VISU.StreamLines
 Interface of the stream lines representation. More...
interface  VISU.IsoSurfaces
 Interface of the isometric surface presentation. More...
interface  VISU.Vectors
 Interface of the vector presentation. More...
interface  VISU.Animation
 Animation class More...
interface  VISU.Result
 Interface Result. More...
interface  VISU.VISU_Gen
 VISU_Gen interface More...
interface  VISU.View
 View interface More...
interface  VISU.View3D
 3D view interface More...
interface  VISU.TableView
 Interface of the Table view. More...
interface  VISU.XYPlot
 Interface of the 2D plot view. More...
interface  VISU.ViewManager
 Interface of the ViewManager. More...

Typedefs

typedef string VISU.IdType

Enumerations

enum  VISU.Scaling { VISU.LINEAR, VISU.LOGARITHMIC }
enum  VISU.Entity { VISU.NODE, VISU.EDGE, VISU.FACE, VISU.CELL }
enum  VISU.VISUType {
  VISU.TNONE, VISU.TCURVE, VISU.TTABLE, VISU.TCONTAINER,
  VISU.TMESH, VISU.TSCALARMAP, VISU.TISOSURFACE, VISU.TDEFORMEDSHAPE,
  VISU.TSCALARMAPONDEFORMEDSHAPE, VISU.TGAUSSPOINTS, VISU.TPLOT3D, VISU.TCUTPLANES,
  VISU.TCUTLINES, VISU.TVECTORS, VISU.TSTREAMLINES, VISU.TVISUGEN,
  VISU.TVIEWMANAGER, VISU.TRESULT, VISU.TXYPLOT, VISU.TTABLEVIEW,
  VISU.TVIEW3D, VISU.TGAUSSVIEW, VISU.TENTITY, VISU.TFAMILY,
  VISU.TGROUP, VISU.TFIELD, VISU.TTIMESTAMP, VISU.TANIMATION,
  VISU.TALL
}
enum  VISU.PresentationType {
  VISU.POINT, VISU.WIREFRAME, VISU.SHADED, VISU.INSIDEFRAME,
  VISU.SURFACEFRAME, VISU.SHRINK
}


Detailed Description

This file conatins a set of interfaces of the VISU module. This module provides various forms of data visualization in SALOME application. These forms include data tables, XY plots, 3d representations and combination of these forms.