#include <ttkCinemaDarkroomCompositing.h>
#include <vtkImageData.h>
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkMultiBlockDataSet.h>
#include <vtkObjectFactory.h>
#include <vtkPointData.h>
#include <vtkUnsignedCharArray.h>
#include <ttkMacros.h>
#include <ttkUtils.h>
Go to the source code of this file.
◆ compositeArray()
template<typename DT >
int compositeArray |
( |
DT * |
array0, |
|
|
const unsigned char * |
mask, |
|
|
const DT * |
array1, |
|
|
const size_t |
nPixels, |
|
|
const size_t |
nComponents |
|
) |
| |
◆ computeMask()
template<typename DT >
int computeMask |
( |
unsigned char * |
mask, |
|
|
const DT * |
depth0, |
|
|
const DT * |
depth1, |
|
|
const size_t |
nPixels |
|
) |
| |
◆ vtkStandardNewMacro()