xmsgrid  1.0
XmUGridUtils.t.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
7 //------------------------------------------------------------------------------
8 
9 #ifdef CXX_TEST
10 
11 // 3. Standard Library Headers
12 
13 // 4. External Library Headers
14 #include <cxxtest/TestSuite.h>
15 
16 // 5. Shared Headers
17 
18 // 6. Non-shared Headers
19 
22 class XmUGridUtilsTests : public CxxTest::TestSuite
23 {
24 public:
25  void testWriteEmptyUGrid();
26  void testWriteBasicUGrid();
31  void testReadBasicUGrid();
39  void testCellStringToEnum();
42 }; // XmUGridReaderTests
43 
44 #endif
void testLinear2dWriteThenRead()
Test reading an ASCII file for a single triangle UGrid.
void testReadBasicUGrid()
Test reading an ASCII file for a single triangle UGrid.
void testReadPolyhedronUGrid()
Test reading an ASCII file for a single triangle UGrid.
void testWriteLinear2dCells()
Test writing an ASCII file for UGrid with supported 1D and 2D linear cell types.
void testWriteEmptyUGrid()
Test writing an ASCII file for an empty UGrid.
void testWriteThenReadUGridBinary()
Test writing then reading an XmUGrid binary file.
void testWriteBasicUGrid()
Test writing an ASCII file for a single triangle UGrid.
void testWriteLinear3dCells()
Test writing an ASCII file for UGrid with supported 1D and 2D linear cell types.
void testLinear3dWriteThenRead()
Test reading an ASCII file for a single triangle UGrid.
Tests for XmUGrid utility functions.
void testWriteThenReadUGridFileToAscii()
[snip_test_WriteReadAscii]
void testWriteThenReadUGridFile()
Test reading from file.
void testCellStringToEnum()
Test conversion between cell type string and cell type enum.
void testLargeUGridBinarySpeed()
Tests creating a large UGrid and checks the time spent.
void testWritePolyhedronUGrid()
Test writing an ASCII file for a single polyhedron UGrid.
void testReadReadyAtNextLine()
Test reading XmUGrid to make sure it doesn&#39;t read the whole file. Should leave stream at next line af...
void testReadEmptyUGridAsciiFile()
Test reading an ASCII file for an empty UGrid.
void testReadVersion1Dot0File()
[snip_test_WriteReadAscii]