Shape::CornerDef Struct Reference

CornerDef is the definition of a corner, a point meeting place of several faces. More...

#include <Shape.h>

Collaboration diagram for Shape::CornerDef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CornerDef ()
 CornerDef (Coord3d setex, int *setnei)

Public Attributes

Coord3d ex
 start point
int numnei
int nei [6]
 can have any number of 1,2,3,4,5,6 neibours. (empty is -1)

Detailed Description

CornerDef is the definition of a corner, a point meeting place of several faces.

Every face has 4 corners, every side has two corners. corners are the point edges of a structure but can also be in the middle of a flat meeting of 4 faces A corder is defined only by the point it occupies


Constructor & Destructor Documentation

Shape::CornerDef::CornerDef (  )  [inline]

Shape::CornerDef::CornerDef ( Coord3d  setex,
int *  setnei 
) [inline]


Member Data Documentation

start point

can have any number of 1,2,3,4,5,6 neibours. (empty is -1)


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