Synergy Color Management Component - SDK -  2018.0.80
transformCache.h File Reference

Accessors to the color transform cache. More...

Classes

class  SYNCOLOR::TransformCache::Writer
 Cache content wrinting callback class. More...
 

Namespaces

 SYNCOLOR
 Autodesk SynColor SDK public namespace.
 
 SYNCOLOR::TransformCache
 Color transform cache.
 

Functions

SYN_EXPORT unsigned SYNCOLOR::TransformCache::numItems ()
 Number of transforms in the cache. More...
 
SYN_EXPORT SynStatus SYNCOLOR::TransformCache::getTransform (const char *id, TransformPtr &pT)
 Transform instance by ID. More...
 
SYN_EXPORT SynStatus SYNCOLOR::TransformCache::serializeTransformCache (Writer &writerCallback)
 Extract the color transform cache data. More...
 
SYN_EXPORT SynStatus SYNCOLOR::TransformCache::populateTransformCache (const char *cacheData)
 Populate the transform cache using the supplied data buffer. More...
 
SYN_EXPORT SynStatus SYNCOLOR::TransformCache::clear ()
 Empties the cache. More...
 

Detailed Description

Accessors to the color transform cache.