Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Code/IO/btkBSFFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "btkBSFFileIO.h"
#include "btkBinaryFileStream.h"
#include "btkMetaDataUtils.h"

#include "btkBinaryStream.tpp"
// Number found in the documentation.
const int _btk_bsf_maximum_channel_number = 32;

Expand Down
2 changes: 0 additions & 2 deletions Code/IO/btkBinaryFileStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,4 @@ namespace btk
};
};

#include "btkBinaryFileStream.tpp"

#endif // __btkBinaryFileStream_h
2 changes: 0 additions & 2 deletions Code/IO/btkBinaryStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,4 @@ namespace btk
};
};

#include "btkBinaryStream.tpp"

#endif // __btkBinaryStream_h
2 changes: 2 additions & 0 deletions Code/IO/btkC3DFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#include "btkConvert.h"
#include "btkLogger.h"

#include "btkBinaryStream.tpp"

#include <algorithm>
#include <cctype>
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions Code/IO/btkGRxFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#include "btkMetaDataUtils.h"
#include "btkWrench.h"

#include "btkBinaryStream.tpp"

#include <fstream>
#include <algorithm>
#include <cctype>
Expand Down
2 changes: 2 additions & 0 deletions Code/IO/btkHPFFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#include "btkConvert.h"
#include "btkLogger.h"

#include "btkBinaryStream.tpp"

#include <limits>

#include <pugixml.hpp>
Expand Down
2 changes: 2 additions & 0 deletions Code/IO/btkTDFFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#include "btkMetaDataUtils.h"
#include "btkLogger.h"

#include "btkBinaryStream.tpp"

#include <algorithm>
#include <cctype>

Expand Down
2 changes: 2 additions & 0 deletions Code/IO/btkTRBFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include "btkMetaDataUtils.h"
#include "btkConvert.h"

#include "btkBinaryFileStream.tpp"

#include <algorithm>
#include <cctype>
#include <vector>
Expand Down