#include "tigl_internal.h"
#include "CSharedPtr.h"
#include "PNamedShape.h"
#include "CTiglTransformation.h"
#include <string>
#include <vector>
#include <TopoDS_Shape.hxx>
Data Structures | |
class | CFaceTraits |
The CFaceTraits class stores face metadata like a reference to the shape where the face was originally created in and its name. More... | |
class | CNamedShape |
The CNamedShape class stores a TopoDS_Shape and additional metadata to origin of faces, names and history. More... | |
Typedefs | |
typedef std::vector< CFaceTraits > | FaceList |
typedef std::vector< std::string > | StringList |
typedef std::vector<CFaceTraits> FaceList |
typedef std::vector<std::string> StringList |