MOAB: Mesh Oriented datABase  (version 5.4.1)
iMeshTest.cpp File Reference
#include <iostream>
#include <string>
#include <map>
#include <set>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include "Mesquite.hpp"
#include "MsqError.hpp"
#include "Vector3D.hpp"
#include "MsqVertex.hpp"
#include "MsqIMesh.hpp"
#include "UnitUtil.hpp"
+ Include dependency graph for iMeshTest.cpp:

Go to the source code of this file.

Classes

class  iMeshTest

Functions

 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (iMeshTest,"iMeshTest")
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION (iMeshTest,"Unit")

Variables

const double vertexCoords []
const int triangleConnectivity []

Function Documentation


Variable Documentation

const double vertexCoords[]
Initial value:
 {
    0.00,  0.00,  0.00,  
    2.00,  0.00,  0.00,  
    1.00,  1.73,  0.00,  
    -1.00, 1.73,  0.00,  
    -2.00, 0.00,  0.00,  
    -1.00, -1.73, 0.00,  
    1.00,  -1.73, 0.00   
}

Referenced by iMeshTest::matchVertexCoordinates(), iMeshTest::testDoubleTag(), iMeshTest::testVertexAdjacency(), iMeshTest::testVertexByte(), and iMeshTest::writeVtkFile().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines