RMF
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
info.h
Go to the documentation of this file.
1
/**
2
* \file RMF/info.h
3
* \brief Show info about the file.
4
*
5
* Copyright 2007-2022 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef RMF_INFO_H
10
#define RMF_INFO_H
11
12
#include "RMF/config.h"
13
#include "
FileConstHandle.h
"
14
#include <iostream>
15
16
RMF_ENABLE_WARNINGS
17
18
namespace
RMF {
19
/** Show various statistics about the file such as attributes
20
and how often they are used. */
21
RMFEXPORT
void
show_info
(
RMF::FileConstHandle
rh,
22
std::ostream& out = std::cout);
23
24
}
/* namespace RMF */
25
26
RMF_DISABLE_WARNINGS
27
28
#endif
/* RMF_INFO_H */
RMF::FileConstHandle
A handle for a read-only RMF file.
Definition:
FileConstHandle.h:78
RMF::show_info
void show_info(RMF::FileConstHandle rh, std::ostream &out=std::cout)
FileConstHandle.h
Handle read/write of Model data from/to files.