41   static BSHP<XmBathymetryIntersector> 
New(BSHP<TrTin> a_tin, BSHP<TrTin> a_stamp);
    47   virtual void IntersectCenterLine(
XmStamperIo& a_io) = 0;
    48   virtual void DecomposeCenterLine(
XmStamperIo& a_io, std::vector<XmStamperIo>& a_vIo) = 0;
 static BSHP< XmBathymetryIntersector > New(BSHP< TrTin > a_tin, BSHP< TrTin > a_stamp)
Creates a XmStampInterpCrossSection class. 
 
Intersects a feature stamp with a TIN. 
 
class to hold 3d points generated by the stamping operation 
 
#define XM_DISALLOW_COPY_AND_ASSIGN(TypeName)
 
Stamping inputs/outputs class.