#include <type_traits>
#include <vector>
#include "tigl_internal.h"
#include "CTiglError.h"
#include <TopoDS_Shape.hxx>
#include <TopoDS_Face.hxx>
#include <gp_Pnt.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopExp.hxx>
#include <TopoDS.hxx>
#include <BRepTools.hxx>
#include <Geom_Surface.hxx>
#include <BRep_Tool.hxx>
Data Structures | |
class | tigl::CTiglRectGridSurface< Annotation > |
The CTiglRectGridSurface class represents a collection of faces arranged in a rectangular grid. Optionally, the faces can be annotated using a custom type. More... | |
class | tigl::CTiglRectGridSurface< Annotation >::AnnotatedFace |
The AnnotatedFace class is used to store a) the connectivity info of a single face in a rectangular grid of faces b) an optional Annotation. More... | |
Namespaces | |
tigl | |
The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |