SourceXtractorPlusPlus
0.15
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Background
SE
ReplaceUndefImage.h
Go to the documentation of this file.
1
18
#ifndef SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
19
#define SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
20
21
#include "
SEFramework/Image/VectorImage.h
"
22
23
namespace
SourceXtractor {
24
34
template
<
typename
T>
35
std::shared_ptr<VectorImage<T>
>
ReplaceUndef
(
const
VectorImage<T>& original, T mask);
36
37
// Instantiations
38
extern
std::shared_ptr<VectorImage<SeFloat>
>
ReplaceUndef
(
const
VectorImage<SeFloat>&,
SeFloat
);
39
40
}
// end of namespace SourceXtractor
41
42
#endif // SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
SourceXtractor::ReplaceUndef
std::shared_ptr< VectorImage< T > > ReplaceUndef(const VectorImage< T > &original, T mask)
Definition:
ReplaceUndefImage.cpp:63
std::shared_ptr
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
VectorImage.h
Generated by
1.8.5