Component visitor with an empty implementation. More...
Public Member Functions | |
| GraphicalComponentVoidVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| override void | Apply (cadex.PMI.OutlinedComponent arg0) |
| override void | Apply (cadex.PMI.TextComponent arg0) |
| override void | Apply (cadex.PMI.TriangulatedComponent arg0) |
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) |
Component visitor with an empty implementation.
GraphicalComponentVoidVisitor can be used as a base class for subclasses that only need to redefine a few methods.
|
inlineprotectedvirtual |
Reimplemented from cadex.PMI.GraphicalComponentVisitor.