RMF
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
constants.h
Go to the documentation of this file.
1
/**
2
* \file RMF/constants.h
3
* \brief Various constants.
4
*
5
* Copyright 2007-2022 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef RMF_CONSTANTS_H
10
#define RMF_CONSTANTS_H
11
12
#include "RMF/config.h"
13
#include "
ID.h
"
14
15
RMF_ENABLE_WARNINGS
16
namespace
RMF {
17
/** A constant used to denote that the particular operation
18
refers to all frames in the file.
19
*/
20
static
const
FrameID
ALL_FRAMES
=
FrameID
(-1, FrameID::SpecialTag());
21
}
22
23
RMF_DISABLE_WARNINGS
24
25
#endif
/* RMF_CONSTANTS_H */
ID.h
Declaration of RMF::ID.
RMF::FrameID
ID< FrameTag > FrameID
Definition:
ID.h:108
RMF::ID< FrameTag >
RMF::ALL_FRAMES
static const FrameID ALL_FRAMES
Definition:
constants.h:20