Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Niyf | Types and functions used for this part of the pipeline |
| CArgParser | Utility class to parse command line arguments passed to FaceModel |
| CJsonJig | Utility class to help managing typical operations on json files. (loading, manipulating, writing) |
| CTransform | Struct to encapsulate all attributes needed to apply facial deformations |
| ▼NJson | JSON (JavaScript Object Notation) |
| CBatchAllocator | |
| CFastWriter | Outputs a Value in JSON format without formatting (not human friendly) |
| CFeatures | Configuration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way |
| CPath | Experimental and untested: represents a "path" to access a node |
| CPathArgument | Experimental and untested: represents an element of the "path" to access a node |
| CReader | Unserialize a JSON document into a Value |
| CStaticString | Lightweight wrapper to tag static string |
| CStyledStreamWriter | Writes a Value in JSON format in a human friendly way, to a stream rather than to a string |
| CStyledWriter | Writes a Value in JSON format in a human friendly way |
| CValue | Represents a JSON value |
| CValueConstIterator | Const iterator for object and array value |
| CValueIterator | Iterator for object and array value |
| CValueIteratorBase | Base class for Value iterators |
| CWriter | Abstract class for writers |