MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::DivPlane Struct Reference

#include <CellDivision.hpp>

Public Member Functions

 DivPlane ()
 
 DivPlane (Point3d nrml, Point3d pos, double displ)
 

Public Attributes

Point3d nrml
 
Point3d pos
 
double displ
 
double area
 
int label
 
double size
 
std::vector< vertexvtxs
 
std::vector< Point3itris
 

Detailed Description

Definition at line 18 of file CellDivision.hpp.

Constructor & Destructor Documentation

◆ DivPlane() [1/2]

mgx::DivPlane::DivPlane ( )
inline

Definition at line 30 of file CellDivision.hpp.

◆ DivPlane() [2/2]

mgx::DivPlane::DivPlane ( Point3d  nrml,
Point3d  pos,
double  displ 
)
inline

Definition at line 31 of file CellDivision.hpp.

Member Data Documentation

◆ area

double mgx::DivPlane::area

Definition at line 22 of file CellDivision.hpp.

◆ displ

double mgx::DivPlane::displ

Definition at line 20 of file CellDivision.hpp.

◆ label

int mgx::DivPlane::label

Definition at line 25 of file CellDivision.hpp.

◆ nrml

Point3d mgx::DivPlane::nrml

Definition at line 19 of file CellDivision.hpp.

◆ pos

Point3d mgx::DivPlane::pos

Definition at line 19 of file CellDivision.hpp.

◆ size

double mgx::DivPlane::size

Definition at line 26 of file CellDivision.hpp.

◆ tris

std::vector<Point3i> mgx::DivPlane::tris

Definition at line 28 of file CellDivision.hpp.

◆ vtxs

std::vector<vertex> mgx::DivPlane::vtxs

Definition at line 27 of file CellDivision.hpp.


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