Cxms::DaStreamReader | Class for reading ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays |
Cxms::DaStreamWriter | Class for writing ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays |
Cxms::ETestMessagingState | Class to allow running in batch mode without ui elements. Currently only used for testing but it can be used for anything |
Cxms::Observer::impl | Implementation of the observer class |
Cxms::DaStreamWriter::Impl | Implementation for DaStreamWriter |
Cxms::DaStreamReader::Impl | Implementation for DaStreamReader |
Cxms::XmLog::Impl | Implementation of XmLog |
Cxms::ltPt2< T > | Less than Pt2 |
Cxms::ltPt3< T > | Less than Pt3 |
Cxms::ltPt3_2D< T > | Less than Pt3 comparing in 2D, or, only x and y |
CMockMesher | Mock meshing class to show how the observer works |
▼Cnumpunct | |
Cxms::StCommaNumpunct | Used to format numbers with comma separators |
▼Cxms::Observer | Class used with the observer pattern |
CMockObserver | Derived class used for testing use of Observer class |
Cxms::Progress | Stack based class to give notification of progress for a long task. Progress can be stacked by making multiple instances of Progress going down the call chain |
▼Cxms::ProgressListener | Listen to progress reported from Progress class |
CMockProgressListener | Mock class to show how the Progress and ProgressListener classes work |
Cxms::Pt2< T > | 2D Point template class |
Cxms::Pt3< T > | 3d point template class |
Cxms::Pt4< T > | 4D point template class |
Cxms::SharedSingleton< T > | Singleton which can share the same instance with other singletons |
Cxms::Singleton< T > | Base class for classes that follow the singleton pattern |
▼Cxms::Singleton< XmLog > | |
Cxms::XmLog | |
Cxms::StTemp2DigitExponents | When constructed std::cout will temporarily output 2-digit exponents for floating point numbers. Destructor will revert back. Should be able to remove this upon changing to Visual Studio 2015 |
▼CTestSuite | |
CDaReaderWriterIoUnitTests | Tests for Stream IO utilities |
CDaStreamIoUnitTests | Tests for Stream IO utilities |
CFunctorsUnitTests | Tests for functors |
CMathUnitTests | Unit tests for xmscore math functions |
CObserverIntermediateTests | Tests for Observer |
CProgressUnitTests | Tests for Progress |
CPtUnitTests | Tests for points classes |
CStringUtilUnitTests | Tests for StringUtil |
CXmErrorUnitTests | Unit tests for XmError |
CXmLogUnitTests | Tests for XmLog |