tsc_JobMap sample code

Note: The map samples were written for the old 2D map and may require changes to work with the latest API version. However, the general principles are much the same.

The map sample code has yet to be done.  For a complete example, look in the Samples folder of the SDK installation.  The sample plugin named JobMap is a running application showing how tsc_JobMap may be used.


bool IsSampleComplete () {     return false;   }

To see some other complete samples please refer to the HowToSample from the Samples installed with the SDK.  

In particular, the Mandelbrot.cpp module illustrates advanced use of the map API (as it was with the 2D map).