|
ug4
|
#include <iostream>#include "../tetrahedron_rules.h"#include "../octahedron_rules.h"#include "../pyramid_rules.h"#include "../prism_rules.h"#include "../hexahedron_rules.h"Functions | |
| int | main (int argc, char *argv[]) |
| void | PrintEdgeFromVrts (int numVrts, int numEdges, const int edgeVrtInds[][2]) |
| void | PrintFaceContainsEdgeLists (int numEdges, int numFaces, const int edgeVrtInds[][2], const int faceVrtInds[][4]) |
| void | PrintFaceEdgeInds (int numEdges, int numFaces, const int edgeVrtInds[][2], const int faceVrtInds[][4]) |
| void | PrintFaceFromEdges (int numEdges, int numFaces, const int edgeVrtInds[][2], const int faceVrtInds[][4]) |
| void | PrintFaceFromVrts (int numVrts, int numFaces, const int faceVrtInds[][4]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void PrintEdgeFromVrts | ( | int | numVrts, |
| int | numEdges, | ||
| const int | edgeVrtInds[][2] | ||
| ) |
Referenced by main().
| void PrintFaceContainsEdgeLists | ( | int | numEdges, |
| int | numFaces, | ||
| const int | edgeVrtInds[][2], | ||
| const int | faceVrtInds[][4] | ||
| ) |
Referenced by main().
| void PrintFaceEdgeInds | ( | int | numEdges, |
| int | numFaces, | ||
| const int | edgeVrtInds[][2], | ||
| const int | faceVrtInds[][4] | ||
| ) |
Referenced by main().
| void PrintFaceFromEdges | ( | int | numEdges, |
| int | numFaces, | ||
| const int | edgeVrtInds[][2], | ||
| const int | faceVrtInds[][4] | ||
| ) |
Referenced by main().
| void PrintFaceFromVrts | ( | int | numVrts, |
| int | numFaces, | ||
| const int | faceVrtInds[][4] | ||
| ) |
References ug::find().
Referenced by main().