OpenLexocad  27.0
IndexedMesh.h File Reference
#include <Base/Writer.h>
#include <Geom/Dir.h>
#include <Geom/Pnt.h>
#include <Geom/Trsf2d.h>
#include <boost/smart_ptr.hpp>

Go to the source code of this file.

Classes

class  Geom::IndexedMesh
 

Namespaces

 Geom
 

Typedefs

typedef std::shared_ptr< Geom::IndexedMeshpIndexedMesh
 

Functions

GEOM_EXPORT std::istream & Geom::operator>> (std::istream &is, Geom::IndexedMesh &op)
 
GEOM_EXPORT std::ostream & Geom::operator<< (std::ostream &os, Geom::IndexedMesh &op)
 
GEOM_EXPORT Base::AbstractWriteroperator<< (Base::AbstractWriter &os, Geom::IndexedMesh &op)
 

Typedef Documentation

◆ pIndexedMesh

typedef std::shared_ptr<Geom::IndexedMesh> pIndexedMesh

Function Documentation

◆ operator<<()