PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult Struct Reference

#include <GeometryUtilities.hpp>

Classes

struct  NewEdges
 
struct  NewFaces
 
struct  NewPolyhedron
 
struct  NewVertices
 

Public Types

enum struct  Types { Unknown = 0 , Split = 1 , None = 2 }
 

Public Attributes

std::vector< std::vector< unsigned int > > OriginalEdgesNewEdges
 
std::vector< std::vector< unsigned int > > OriginalFacesNewFaces
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewVertices Vertices
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewEdges Edges
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewFaces Faces
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewPolyhedron PositivePolyhedron
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewPolyhedron NegativePolyhedron
 
Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::Types Type
 

Member Enumeration Documentation

◆ Types

Member Data Documentation

◆ Edges

Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewEdges Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::Edges

◆ Faces

Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewFaces Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::Faces

◆ NegativePolyhedron

Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewPolyhedron Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NegativePolyhedron

◆ OriginalEdgesNewEdges

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::OriginalEdgesNewEdges

◆ OriginalFacesNewFaces

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::OriginalFacesNewFaces

◆ PositivePolyhedron

Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewPolyhedron Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::PositivePolyhedron

◆ Type

◆ Vertices

Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::NewVertices Gedim::GeometryUtilities::SplitPolyhedronWithPlaneResult::Vertices

The documentation for this struct was generated from the following file: