TTK
|
This is the complete list of members for ttkIntegralLines, including all inherited members.
AddInputData(vtkDataSet *) | ttkAlgorithm | |
AddInputData(int, vtkDataSet *) | ttkAlgorithm | |
BaseClass() | ttk::BaseClass | |
buildScalarFieldCriticalPoints() | ttk::IntegralLines | inlineprotected |
checkEmptyMPIInput(inputType *input) | ttkAlgorithm | inline |
checkForGlobalAndComputeOrderArray(vtkDataSet *const inputData, vtkDataArray *scalarArray, const int scalarArrayIdx, const bool getGlobalOrder, vtkDataArray *orderArray, ttk::Triangulation *triangulation, const bool enforceOrderArrayIdx) | ttkAlgorithm | |
checkGlobalIdValidity(ttk::LongSimplexId *globalIds, ttk::SimplexId simplexNumber, unsigned char *ghost, int *rankArray) | ttkAlgorithm | protected |
chunkSize_ | ttk::IntegralLines | protected |
CompactTriangulationCacheSize | ttkAlgorithm | protected |
computeIntegralLine(const triangulationType *triangulation, ttk::intgl::IntegralLine *integralLine, const ttk::SimplexId *offsets) const | ttk::IntegralLines | protected |
ComputeOrderArray(vtkDataSet *const inputData, vtkDataArray *scalarArray, const int scalarArrayIdx, const bool getGlobalOrder, vtkDataArray *oldOrderArray, ttk::Triangulation *triangulation) | ttkAlgorithm | |
createTask(const triangulationType *triangulation, std::vector< ttk::intgl::IntegralLine * > &chunkIntegralLine, const ttk::SimplexId *offsets, int nbElement) const | ttk::IntegralLines | protected |
Debug() | ttk::Debug | |
debugLevel_ | ttk::Debug | mutableprotected |
debugMsgNamePrefix_ | ttk::Debug | protected |
debugMsgPrefix_ | ttk::Debug | protected |
direction_ | ttk::IntegralLines | protected |
EnableForking | ttk::IntegralLines | protected |
execute(triangulationType *triangulation) | ttk::IntegralLines | protected |
FillInputPortInformation(int port, vtkInformation *info) override | ttkIntegralLines | protected |
ttkAlgorithm::FillInputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override | ttkAlgorithm | inlineprotected |
FillOutputPortInformation(int port, vtkInformation *info) override | ttkIntegralLines | protected |
ttkAlgorithm::FillOutputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override | ttkAlgorithm | inlineprotected |
findNextVertex(ttk::SimplexId &vnext, ttk::SimplexId &fnext, std::vector< ttk::SimplexId > &component, const SimplexId *offsets) const | ttk::IntegralLines | inlineprotected |
GenerateGlobalIds(vtkDataSet *input, std::unordered_map< ttk::SimplexId, ttk::SimplexId > &vertGtoL, std::vector< int > &neighborRanks, std::map< int, int > &neighborsToId) | ttkAlgorithm | protected |
GetClassName() | ttkIntegralLines | virtual |
GetDirection() | ttkIntegralLines | virtual |
GetEnableForking() | ttkIntegralLines | virtual |
GetForceInputOffsetScalarField() | ttkIntegralLines | virtual |
GetForceInputVertexScalarField() | ttkIntegralLines | virtual |
GetIdentifierArrayPtr(const bool &enforceArrayIndex, const int &arrayIndex, const std::string &arrayName, vtkDataSet *const inputData, std::vector< ttk::SimplexId > &spareStorage, const int inputPort=0, const bool printErr=true) | ttkAlgorithm | |
GetOptionalArray(const bool &enforceArrayIndex, const int &arrayIndex, const std::string &arrayName, vtkDataSet *const inputData, const int &inputPort=0) | ttkAlgorithm | |
GetOrderArray(vtkDataSet *const inputData, const int scalarArrayIdx, ttk::Triangulation *triangulation, const bool getGlobalOrder=false, const int orderArrayIdx=0, const bool enforceOrderArrayIdx=false) | ttkAlgorithm | |
GetOrderArrayName(vtkDataArray *const array) | ttkAlgorithm | static |
GetOutput() | ttkAlgorithm | |
GetOutput(int) | ttkAlgorithm | |
getThreadNumber() const | ttk::BaseClass | inline |
getTrajectories(vtkDataSet *input, const triangulationType *triangulation, const std::vector< ttk::ArrayLinkedList< ttk::intgl::IntegralLine, INTEGRAL_LINE_TABULAR_SIZE > > &integralLines, vtkUnstructuredGrid *output) | ttkIntegralLines | |
GetTriangulation(vtkDataSet *dataSet) | ttkAlgorithm | |
inputOffsets_ | ttk::IntegralLines | protected |
inputScalarField_ | ttk::IntegralLines | protected |
IntegralLines() | ttk::IntegralLines | protected |
IsA(const char *type) | ttkIntegralLines | virtual |
IsTypeOf(const char *type) | ttkIntegralLines | static |
lastLineMode | ttk::Debug | protectedstatic |
lastObject_ | ttk::BaseClass | protected |
MPIGhostPipelinePreconditioning(vtkDataSet *input) | ttkAlgorithm | protected |
MPIPipelinePreconditioning(vtkDataSet *input, std::vector< int > &neighbors, std::map< int, int > &neighToId, ttk::Triangulation *triangulation=nullptr) | ttkAlgorithm | protected |
MPITriangulationPreconditioning(ttk::Triangulation *triangulation, vtkDataSet *input) | ttkAlgorithm | protected |
New() | ttkIntegralLines | static |
outputIntegralLines_ | ttk::IntegralLines | protected |
preconditionTriangulation(ttk::AbstractTriangulation *triangulation) | ttk::IntegralLines | inlineprotected |
prepareForTask(const triangulationType *triangulation, std::vector< ttk::intgl::IntegralLine * > &chunkIntegralLine, int startingIndex, int nbElement, std::vector< SimplexId > *seeds) const | ttk::IntegralLines | protected |
prepareForTask(const triangulationType *ttkNotUsed(triangulation), std::vector< ttk::intgl::IntegralLine * > &chunkIntegralLine, int startingIndex, int nbElement, std::vector< SimplexId > *seeds) const | ttk::IntegralLines | protected |
printErr(const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const | ttk::Debug | inline |
printMsg(const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsg(const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const | ttk::Debug | inline |
printMsgInternal(const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inlineprotected |
printMsgInternal(const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const | ttk::Debug | inlineprotected |
printWrn(const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const | ttk::Debug | inline |
ProcessRequest(vtkInformation *request, vtkInformationVector **inputVectors, vtkInformationVector *outputVector) override | ttkAlgorithm | |
RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override | ttkIntegralLines | protected |
ttkAlgorithm::RequestData(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
RequestDataNotGenerated(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
RequestDataObject(vtkInformation *request, vtkInformationVector **inputVectors, vtkInformationVector *outputVector) | ttkAlgorithm | protectedvirtual |
RequestInformation(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
RequestUpdateExtent(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
RequestUpdateTime(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
RequestUpdateTimeDependentInformation(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector)) | ttkAlgorithm | inlineprotectedvirtual |
SafeDownCast(vtkObject *o) | ttkIntegralLines | static |
SAME_DATA_TYPE_AS_INPUT_PORT() | ttkAlgorithm | static |
scalarFieldCriticalPoints_ | ttk::IntegralLines | protected |
seedNumber_ | ttk::IntegralLines | protected |
setChunkSize(int size) | ttk::IntegralLines | inlineprotected |
SetCompactTriangulationCacheSize(float cacheSize) | ttkAlgorithm | inline |
SetDebugLevel(int debugLevel) | ttkAlgorithm | inline |
setDebugLevel(const int &debugLevel) | ttk::Debug | virtual |
setDebugMsgPrefix(const std::string &prefix) | ttk::Debug | inline |
SetDirection(int) | ttkIntegralLines | virtual |
setDirection(int direction) | ttk::IntegralLines | inlineprotected |
SetEnableForking(bool) | ttkIntegralLines | virtual |
SetForceInputOffsetScalarField(bool) | ttkIntegralLines | virtual |
SetForceInputVertexScalarField(bool) | ttkIntegralLines | virtual |
SetInputData(vtkDataSet *) | ttkAlgorithm | |
SetInputData(int, vtkDataSet *) | ttkAlgorithm | |
setInputOffsets(const SimplexId *const data) | ttk::IntegralLines | inlineprotected |
setInputScalarField(void *data) | ttk::IntegralLines | inlineprotected |
setOutputIntegralLines(std::vector< ttk::ArrayLinkedList< ttk::intgl::IntegralLine, INTEGRAL_LINE_TABULAR_SIZE > > *integralLines) | ttk::IntegralLines | inlineprotected |
setSeedNumber(const SimplexId &seedNumber) | ttk::IntegralLines | inlineprotected |
SetThreadNumber(int threadNumber) | ttkAlgorithm | inline |
setThreadNumber(const int threadNumber) | ttk::BaseClass | inlinevirtual |
SetUseAllCores(bool useAllCores) | ttkAlgorithm | inline |
setVertexIdentifierScalarField(std::vector< SimplexId > *const data) | ttk::IntegralLines | inlineprotected |
setVertexNumber(const SimplexId &vertexNumber) | ttk::IntegralLines | inlineprotected |
setWrapper(const Wrapper *wrapper) override | ttk::Debug | virtual |
Superclass typedef | ttkIntegralLines | |
threadNumber_ | ttk::BaseClass | mutableprotected |
ttkAlgorithm() | ttkAlgorithm | protected |
ttkIntegralLines() | ttkIntegralLines | protected |
UpdateThreadNumber() | ttkAlgorithm | inline |
vertexIdentifierScalarField_ | ttk::IntegralLines | protected |
vertexNumber_ | ttk::IntegralLines | protected |
welcomeMsg(std::ostream &stream) | ttk::Debug | protected |
wrapper_ | ttk::BaseClass | protected |
~BaseClass()=default | ttk::BaseClass | virtual |
~Debug() override | ttk::Debug | |
~IntegralLines() override | ttk::IntegralLines | protected |
~ttkAlgorithm() override | ttkAlgorithm | protected |
~ttkIntegralLines() override | ttkIntegralLines | protected |