41 #ifndef OBJECTS_MMDB1_BIOSTRUC_RESIDUE_GRAPH_SET_BASE_HPP
42 #define OBJECTS_MMDB1_BIOSTRUC_RESIDUE_GRAPH_SET_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
99 typedef list< CRef< CBiostruc_id > >
TId;
100 typedef list< CRef< CBiomol_descr > >
TDescr;
122 bool IsSetId(
void)
const;
129 bool CanGetId(
void)
const;
153 bool IsSetDescr(
void)
const;
160 bool CanGetDescr(
void)
const;
163 void ResetDescr(
void);
169 const TDescr& GetDescr(
void)
const;
184 bool IsSetResidue_graphs(
void)
const;
191 bool CanGetResidue_graphs(
void)
const;
194 void ResetResidue_graphs(
void);
209 virtual void Reset(
void);
219 list< CRef< CBiostruc_id > >
m_Id;
A biostruc residue graph set is a collection of residue graphs.
Base class for all serializable objects.
const CSeq_id & GetId(const CSeq_loc &loc, CScope *scope)
If all CSeq_ids embedded in CSeq_loc refer to the same CBioseq, returns the first CSeq_id found,...
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.
#define NCBI_MMDB1_EXPORT
list< CRef< CBiomol_descr > > TDescr
bool CanGetDescr(void) const
Check if it is safe to call GetDescr method.
const TResidue_graphs & GetResidue_graphs(void) const
Get the Residue_graphs member data.
const TId & GetId(void) const
Get the Id member data.
bool CanGetResidue_graphs(void) const
Check if it is safe to call GetResidue_graphs method.
bool IsSetResidue_graphs(void) const
Check if a value has been assigned to Residue_graphs data member.
DECLARE_INTERNAL_TYPE_INFO()
TResidue_graphs & SetResidue_graphs(void)
Assign a value to Residue_graphs data member.
TDescr & SetDescr(void)
Assign a value to Descr data member.
CBiostruc_residue_graph_set_Base(const CBiostruc_residue_graph_set_Base &)
list< CRef< CBiostruc_id > > m_Id
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
list< CRef< CBiomol_descr > > m_Descr
bool IsSetDescr(void) const
Check if a value has been assigned to Descr data member.
CBiostruc_residue_graph_set_Base & operator=(const CBiostruc_residue_graph_set_Base &)
TId & SetId(void)
Assign a value to Id data member.
list< CRef< CResidue_graph > > TResidue_graphs
list< CRef< CResidue_graph > > m_Residue_graphs
list< CRef< CBiostruc_id > > TId
const TDescr & GetDescr(void) const
Get the Descr member data.
bool IsSetId(void) const
Check if a value has been assigned to Id data member.
bool CanGetId(void) const
Check if it is safe to call GetId method.