FaceModel
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NiyfTypes and functions used for this part of the pipeline
 CArgParserUtility class to parse command line arguments passed to FaceModel
 CJsonJigUtility class to help managing typical operations on json files. (loading, manipulating, writing)
 CTransformStruct to encapsulate all attributes needed to apply facial deformations
 NJsonJSON (JavaScript Object Notation)
 CBatchAllocator
 CFastWriterOutputs a Value in JSON format without formatting (not human friendly)
 CFeaturesConfiguration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way
 CPathExperimental and untested: represents a "path" to access a node
 CPathArgumentExperimental and untested: represents an element of the "path" to access a node
 CReaderUnserialize a JSON document into a Value
 CStaticStringLightweight wrapper to tag static string
 CStyledStreamWriterWrites a Value in JSON format in a human friendly way, to a stream rather than to a string
 CStyledWriterWrites a Value in JSON format in a human friendly way
 CValueRepresents a JSON value
 CValueConstIteratorConst iterator for object and array value
 CValueIteratorIterator for object and array value
 CValueIteratorBaseBase class for Value iterators
 CWriterAbstract class for writers