41 #ifndef OBJECTS_CN3D_CN3D_USER_ANNOTATIONS_BASE_HPP
42 #define OBJECTS_CN3D_CN3D_USER_ANNOTATIONS_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
117 bool IsSetAnnotations(
void)
const;
124 bool CanGetAnnotations(
void)
const;
127 void ResetAnnotations(
void);
148 bool IsSetView(
void)
const;
155 bool CanGetView(
void)
const;
158 void ResetView(
void);
164 const TView& GetView(
void)
const;
176 TView& SetView(
void);
179 virtual void Reset(
void);
The list of annotations for a given CDD/mime.
Base class for all serializable objects.
void ThrowUnassigned(TMemberIndex index) const
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
DECLARE_INTERNAL_TYPE_INFO()
const TView & GetView(void) const
Get the View member data.
bool CanGetAnnotations(void) const
Check if it is safe to call GetAnnotations method.
const TAnnotations & GetAnnotations(void) const
Get the Annotations member data.
CCn3d_user_annotations_Base(const CCn3d_user_annotations_Base &)
CCn3d_view_settings TView
TAnnotations & SetAnnotations(void)
Assign a value to Annotations data member.
list< CRef< CCn3d_user_annotation > > TAnnotations
CCn3d_user_annotations_Base & operator=(const CCn3d_user_annotations_Base &)
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
list< CRef< CCn3d_user_annotation > > m_Annotations
bool IsSetView(void) const
Check if a value has been assigned to View data member.
bool IsSetAnnotations(void) const
Check if a value has been assigned to Annotations data member.
bool CanGetView(void) const
Check if it is safe to call GetView method.
const GenericPointer< typename T::ValueType > T2 value