Provides a combined method operator() to visit all components. More...
Public Member Functions | |
| GraphicalComponentCombinedVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| override void | Apply (cadex.PMI.OutlinedComponent theComponent) |
| override void | Apply (cadex.PMI.TextComponent theComponent) |
| override void | Apply (cadex.PMI.TriangulatedComponent theComponent) |
| void | Apply (cadex.PMI.GraphicalComponent theComponent) |
Public Member Functions inherited from cadex.PMI.GraphicalComponentVisitor | |
| GraphicalComponentVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| void | Apply (cadex.PMI.OutlinedComponent theComponent) |
| void | Apply (cadex.PMI.TextComponent theComponent) |
| void | Apply (cadex.PMI.TriangulatedComponent theComponent) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Provides a combined method operator() to visit all components.
This is a convenience class allowing to redefine a single method operator() in the subclasses.
|
inlineprotectedvirtual |
Reimplemented from cadex.PMI.GraphicalComponentVisitor.