xmscore
1.0
|
▼Nxms | |
▼CDaStreamReader | Class for reading ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays |
CImpl | Implementation for DaStreamReader |
▼CDaStreamWriter | Class for writing ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays |
CImpl | Implementation for DaStreamWriter |
CETestMessagingState | Class to allow running in batch mode without ui elements. Currently only used for testing but it can be used for anything |
CltPt2 | Less than Pt2 |
CltPt3 | Less than Pt3 |
CltPt3_2D | Less than Pt3 comparing in 2D, or, only x and y |
▼CObserver | Class used with the observer pattern |
Cimpl | Implementation of the observer class |
CProgress | 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 |
CProgressListener | Listen to progress reported from Progress class |
CPt2 | 2D Point template class |
CPt3 | 3d point template class |
CPt4 | 4D point template class |
CSharedSingleton | Singleton which can share the same instance with other singletons |
CSingleton | Base class for classes that follow the singleton pattern |
CStCommaNumpunct | Used to format numbers with comma separators |
CStTemp2DigitExponents | 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 |
▼CXmLog | |
CImpl | Implementation of XmLog |
CDaReaderWriterIoUnitTests | Tests for Stream IO utilities |
CDaStreamIoUnitTests | Tests for Stream IO utilities |
CFunctorsUnitTests | Tests for functors |
CMathUnitTests | Unit tests for xmscore math functions |
CMockMesher | Mock meshing class to show how the observer works |
CMockObserver | Derived class used for testing use of Observer class |
CMockProgressListener | Mock class to show how the Progress and ProgressListener classes work |
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 |