VR CAD Viewer 1.0
Qt and VTK application for loading and visualising CAD models with VR support
Loading...
Searching...
No Matches
ModelPart.h File Reference

Defines the ModelPart class used to represent CAD model parts in the tree view and VTK renderer. More...

#include <QString>
#include <QList>
#include <QVariant>
#include <vtkSmartPointer.h>
#include <vtkMapper.h>
#include <vtkActor.h>
#include <vtkSTLReader.h>
#include <vtkColor.h>
#include <vtkShrinkFilter.h>
#include <vtkClipDataSet.h>
#include <vtkPlane.h>
#include <vtkDataSetMapper.h>
#include <vtkDataSet.h>
Include dependency graph for ModelPart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModelPart
 Represents one CAD model part in the application. More...
 

Detailed Description

Defines the ModelPart class used to represent CAD model parts in the tree view and VTK renderer.