#include "SMESH_SMESHGUI.hxx"
#include <SVTK_ViewWindow.h>
#include <QDialog>
#include <QPointer>
#include <vtkPlane.h>
#include <vtkSmartPointer.h>
#include <list>
#include <map>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | SMESH::OrientedPlane |
struct | SMESH::TPlaneData |
class | SMESHGUI_ClippingDlg |
Namespaces | |
namespace | SMESH |
Typedefs | |
typedef vtkSmartPointer < OrientedPlane > | SMESH::TPlane |
typedef std::list< vtkActor * > | SMESH::TActorList |
typedef std::vector< TPlane > | SMESH::TPlaneVector |
typedef std::vector< TPlaneData > | SMESH::TPlaneDataVector |
Enumerations | |
enum | SMESH::Mode { SMESH::Absolute, SMESH::Relative } |
enum | SMESH::Orientation { SMESH::XY, SMESH::YZ, SMESH::ZX } |