casa
$Rev:20696$
|
#include <VisibilityProcessing.h>
Public Member Functions | |
VbPtr () | |
VbPtr (casa::VisBuffer *vb) | |
VbPtr & | operator= (casa::VisBuffer *vb) |
Assignment operator setting VbPtr to a normal pointer. |
Definition at line 101 of file VisibilityProcessing.h.
casa::vpf::VbPtr::VbPtr | ( | ) | [inline] |
Definition at line 105 of file VisibilityProcessing.h.
casa::vpf::VbPtr::VbPtr | ( | casa::VisBuffer * | vb | ) | [inline, explicit] |
Definition at line 106 of file VisibilityProcessing.h.
VbPtr& casa::vpf::VbPtr::operator= | ( | casa::VisBuffer * | vb | ) | [inline] |
Assignment operator setting VbPtr to a normal pointer.
Ownership is passed to the VbPtr so caller must ensure that delete is not called on the VisBuffer.
Definition at line 111 of file VisibilityProcessing.h.