TTK
Loading...
Searching...
No Matches
Functions
ttkImportEmbeddingFromTable.cpp File Reference
#include <regex>
#include <ttkImportEmbeddingFromTable.h>
#include <ttkMacros.h>
#include <ttkUtils.h>
#include <vtkIdTypeArray.h>
#include <vtkInformation.h>
#include <vtkPointSet.h>
#include <vtkTable.h>

Go to the source code of this file.

Functions

 vtkStandardNewMacro (ttkImportEmbeddingFromTable) int ttkImportEmbeddingFromTable
 
template<typename VTK_TT >
void setPointFromData (const vtkSmartPointer< vtkPoints > &points, VTK_TT *xdata, VTK_TT *ydata, VTK_TT *zdata, const bool Embedding2D)
 

Function Documentation

◆ setPointFromData()

template<typename VTK_TT >
void setPointFromData ( const vtkSmartPointer< vtkPoints > &  points,
VTK_TT *  xdata,
VTK_TT *  ydata,
VTK_TT *  zdata,
const bool  Embedding2D 
)
inline

Definition at line 42 of file ttkImportEmbeddingFromTable.cpp.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( ttkImportEmbeddingFromTable  )

Definition at line 16 of file ttkImportEmbeddingFromTable.cpp.