#include "ltwrappr.h"
LVectorSpline::LVectorSpline (pSpline = NULL)
LVectorSpline::LVectorSpline (pObject, pVector =NULL)
Constructs and initializes the different member variables of the LVectorSpline object.
Pointer to a VECTORSPLINE structure that contains information used to create and initialize the new vector splineline object.
Pointer to a VECTOROBJECT structure that contains information used to create and initialize the new vector spline object.
Pointer to an LVectorBase object with which the newly constructed vector spline object will be associated.
None.
LVectorSpline::LVectorSpline(pSpline) is a constructor for the LVectorSpline object. It takes a valid pVECTORSPLINE pointer and creates an LVectorSpline object.
LVectorSpline::LVectorSpline (pObject, pVector=NULL) creates an LVectorSpline object based on the information provided in pObject and associates the newly created LVectorSpline object with the specified LVectorBase object. This constructor can be used with the LVectorLayer::EnumObjects function, which returns a valid pVECTOROBJECT pointer in the LVectorLayer::EnumObjectsCallBack member function. It can also be used with LVectorBase::VectorEventProcCallBack, which can also return a pObject.
Note that it is possible to construct an invalid LVectorSpline object using the LVectorSpline::LVectorSpline (pObject, pVector=NULL) constructor. For example:
//pObject->nType == type other than VECTOR_SPLINE//LVectorBase *pVector is validLVectorSpline MyVectorSpliner(pObject, pVectorBase);if (MyVectorSpline.IsTypeValid() == FALSE)MessageBox(NULL, TEXT("Invalid Vector Object"), TEXT(""), MB_OK);
Required DLLs and Libraries
For an example for LVectorSpline::LVectorSpline(pSpline), refer to LVectorSpline::LockObject. For an example for LVectorSpline:: LVectorSpline (pObject, pVector=NULL), refer to LVectorArc::LVectorArc(pObject, pVector = NULL).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
