xmsextractor  1.0
XmUGrid2dDataExtractor.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 #include <xmscore/misc/base_macros.h>
18 #include <xmscore/misc/boost_defines.h>
19 #include <xmscore/points/pt.h>
20 
21 // 6. Non-shared Headers
22 
24 class XmUGrid2dDataExtractorUnitTests : public CxxTest::TestSuite
25 {
26 public:
27  void testPointScalarsOnly();
31 
32  void testCellScalarsOnly();
37 
39 
40  void testCopiedExtractor();
41 
42  void testTutorial();
43 }; // XmUGrid2dDataExtractorUnitTests
44 
45 #endif
void testChangingScalarsAndActivity()
Test extractor going through time steps with cell and point scalars.
void testCellScalarsOnly()
Test extractor with cell scalars only.
Class to to test XmUGrid2dDataExtractor.
void testCellScalarPointActivity()
Test extractor when using point scalars and point activity.
void testInvalidCellScalarsAndActivitySize()
Test extractor with cell scalars only.
void testPointScalarPointActivity()
Test extractor when using point scalars and point activity.
void testCellScalarCellActivityIdw()
Test extractor when using cell scalars and cell activity.
void testCopiedExtractor()
Test extractor built by copying triangles.
void testCellScalarCellActivity()
[snip_test_Example_SimpleLocationExtractor]
void testTutorial()
Test XmUGrid2dDataExtractor for tutorial.
void testPointScalarCellActivity()
Test extractor when using point scalars and cell activity.
void testInvalidPointScalarsAndActivitySize()
Test when scalar and activity arrays are sized incorrectly.
void testPointScalarsOnly()
Test extractor with point scalars only.