The component visitor with empty implementation. More...
Public Member Functions | |
| SemanticComponentVoidVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| override void | Apply (cadex.PMI.DimensionComponent theComponent) |
| override void | Apply (cadex.PMI.GeometricToleranceComponent theComponent) |
| override void | Apply (cadex.PMI.DatumComponent theComponent) |
| override void | Apply (cadex.PMI.SurfaceFinishComponent theComponent) |
Public Member Functions inherited from cadex.PMI.SemanticComponentVisitor | |
| SemanticComponentVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| void | Apply (cadex.PMI.DimensionComponent theComponent) |
| void | Apply (cadex.PMI.GeometricToleranceComponent theComponent) |
| void | Apply (cadex.PMI.DatumComponent theComponent) |
| void | Apply (cadex.PMI.SurfaceFinishComponent theComponent) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
The component visitor with empty implementation.
SemantiComponentVoidVisitor can be used as a base class for subclasses that only need to redefine a few methods.
|
inlineprotectedvirtual |
Reimplemented from cadex.PMI.SemanticComponentVisitor.