IMP
2.0.0
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
kernel/file.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/file.h
3
* \brief For backwards compatibility.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPKERNEL_FILE_H
10
#define IMPKERNEL_FILE_H
11
12
#include <IMP/kernel/kernel_config.h>
13
#include <
IMP/base/file.h
>
14
#include <fstream>
15
#include <iostream>
16
17
IMPKERNEL_BEGIN_NAMESPACE
18
#if !defined(SWIG) && !defined(IMP_DOXYGEN)
19
//swig can't deal with things
20
//using base::TextInput;
21
//using base::TextOutput;
22
using
IMP::base::create_temporary_file
;
23
using
IMP::base::create_temporary_file_name
;
24
using
IMP::base::set_log_target
;
25
#endif
26
IMPKERNEL_END_NAMESPACE
27
28
#endif
/* IMPKERNEL_FILE_H */