OpenLexocad  27.1
IndexedMesh.h File Reference
#include <Base/Writer.h>
#include <Geom/Dir.h>
#include <Geom/Pnt.h>

Go to the source code of this file.

Classes

class  Geom::IndexedMesh
 

Namespaces

 Geom
 

Typedefs

typedef std::shared_ptr< Geom::IndexedMeshpIndexedMesh
 

Functions

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

Typedef Documentation

◆ pIndexedMesh

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

Function Documentation

◆ operator<<()

LX_GEOM_EXPORT Base::AbstractWriter& operator<< ( Base::AbstractWriter os,
Geom::IndexedMesh op 
)