24#ifndef _BCF_2_1_LINE_H
25#define _BCF_2_1_LINE_H
bool isStartPointUnset() const
ODRX_DECLARE_MEMBERS(OdBcfLine)
OdBcfPointPtr m_pStartPoint
OdBcfPointPtr m_pEndPoint
const OdBcfPointPtr & getStartPoint() const
virtual bool validateData() const ODRX_OVERRIDE
const OdBcfPointPtr & getEndPoint() const
virtual OdResult inFields(TiXmlElement *pParent) ODRX_OVERRIDE
bool isEndPointUnset() const
virtual OdResult outFields(TiXmlElement *pParent) const ODRX_OVERRIDE
static OdSmartPtr< OdBcfLine > createObject(const OdBcfPointPtr &pStartPoint, const OdBcfPointPtr &pEndPoint)
OdSmartPtr< OdBcfPoint > OdBcfPointPtr
OdSmartPtr< OdBcfLine > OdBcfLinePtr