| HDK
    | 
#include <PDG_PathMap.h>
| Public Attributes | |
| UT_StringHolder | myZone | 
| UT_StringHolder | myFrom | 
| UT_StringHolder | myTo | 
| UT_StringHolder | myScheduler | 
| MatchType | myMatchType | 
| bool | myIsSubpath | 
Path mapping entry contain the from path string, to path string, and a boolean that indicates if from is a string of to. 
Definition at line 49 of file PDG_PathMap.h.
| UT_StringHolder PDG_PathMap::Entry::myFrom | 
Definition at line 53 of file PDG_PathMap.h.
| bool PDG_PathMap::Entry::myIsSubpath | 
Definition at line 59 of file PDG_PathMap.h.
| MatchType PDG_PathMap::Entry::myMatchType | 
Definition at line 57 of file PDG_PathMap.h.
| UT_StringHolder PDG_PathMap::Entry::myScheduler | 
Definition at line 55 of file PDG_PathMap.h.
| UT_StringHolder PDG_PathMap::Entry::myTo | 
Definition at line 54 of file PDG_PathMap.h.
| UT_StringHolder PDG_PathMap::Entry::myZone | 
Definition at line 51 of file PDG_PathMap.h.