Inviwo
0.9.12-pre
Inviwo documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
Deprecated List
Member
inviwo::BrushingAndLinkingManager::clearFiltered
()
clearing filtered indices is no longer supported. Use
filter()
with an empty
BitSet
Member
inviwo::BufferBase::setDataFormat
(const
DataFormatBase
*format)
use BufferRepresentation::setDataFormat() instead (deprecated since 2019-06-26)
Member
inviwo::CategoricalColumn::getValues
() const
use iterators or
values()
instead
Member
inviwo::DataFormatBase::getSize
() const
use getSizeInBytes
Member
inviwo::detail::Build::Build
(T value) noexcept
Use Shader::Build::Yes or Shader::Build::No, instead of a true or false
Member
inviwo::dispatching::dispatch
(DataFormatId format, Callable &&obj, Args &&... args) -> Result
Use singleDispatch
Member
inviwo::filesystem::cleanupPath
(std::string_view path)
Member
inviwo::filesystem::copyFile
(const std::filesystem::path &src, const std::filesystem::path &dst)
use std::filesystem::copy
Member
inviwo::filesystem::createDirectoryRecursively
(const std::filesystem::path &path)
use std::filesystem::create_directories
Member
inviwo::filesystem::directoryExists
(const std::filesystem::path &path)
use std::filesystem::is_directory
Member
inviwo::filesystem::fileExists
(const std::filesystem::path &filePath)
use std::filesystem::is_regular_file
Member
inviwo::filesystem::fileModificationTime
(const std::filesystem::path &filePath)
use std::filesystem::last_write_time
Member
inviwo::filesystem::fstream
(const std::filesystem::path &filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out)
use std::fstream
Member
inviwo::filesystem::getCanonicalPath
(const std::filesystem::path &url)
use std::filesystem::canonical
Member
inviwo::filesystem::getFileDirectory
(const std::filesystem::path &url)
use std::filesystem::path::parent_path
Member
inviwo::filesystem::getFileExtension
(const std::filesystem::path &url)
use std::filesystem::path::extension note: this will include the dot
Member
inviwo::filesystem::getFileNameWithExtension
(const std::filesystem::path &url)
use std::filesystem::path::filename
Member
inviwo::filesystem::getFileNameWithoutExtension
(const std::filesystem::path &url)
use std::filesystem::path::stem
Member
inviwo::filesystem::getRelativePath
(const std::filesystem::path &basePath, const std::filesystem::path &absolutePath)
use std::filesystem::relative
Member
inviwo::filesystem::ifstream
(const std::filesystem::path &filename, std::ios_base::openmode mode=std::ios_base::in)
use std::ifstream
Member
inviwo::filesystem::isAbsolutePath
(const std::filesystem::path &path)
use std::filesystem::path::is_absolute
Member
inviwo::filesystem::ofstream
(const std::filesystem::path &filename, std::ios_base::openmode mode=std::ios_base::out)
use std::ofstream
Member
inviwo::filesystem::sameDrive
(const std::filesystem::path &refPath, const std::filesystem::path &queryPath)
use std::filesystem::path::root_name
Member
inviwo::Layer::setDataFormat
(const
DataFormatBase
*format)
use LayerRepresentation::setDataFormat() instead (deprecated since 2019-06-26)
Member
inviwo::Mesh::addIndicies
(
MeshInfo
info, std::shared_ptr< IndexBuffer > ind)
Mesh::addIndicies
is deprecated, use addIndices (deprecated since 2019-12-04)
Member
inviwo::Mesh::getNumberOfIndicies
() const
Mesh::getNumberOfIndicies
is deprecated, use getNumberOfIndices (deprecated since 2025-10-04)
Member
inviwo::Mesh::setBuffer
(size_t idx,
BufferInfo
info, std::shared_ptr< BufferBase > buffer)
Mesh::setBuffer()
is deprecated, use
Mesh::replaceBuffer()
Member
inviwo::msToString
(double ms, bool includeZeros=true, bool spacing=false)
use
util::msToString()
in chronoutils.h instead
Member
inviwo::parseTypeIdName
(const char *name)
use
util::parseTypeIdName()
in demangle.h instead
Member
inviwo::TemplateOptionProperty
Use
OptionProperty
instead
Member
inviwo::util::cleanIdentifier
(std::string_view identifier, std::string_view extra="")
use
util::stripIdentifier
Member
inviwo::util::erase_remove
(T &cont, const V &elem) -> decltype(std::distance(std::declval< T >().begin(), std::declval< T >().end()))
use std::erase
Member
inviwo::util::is_callable
Use
std::is_invocable
instead
Member
inviwo::util::is_invocable
Use
std::is_invocable
instead
Member
inviwo::util::is_invocable_r
Use
std::is_invocable_r
instead
Member
inviwo::util::isValidIdentifierCharacter
(char c, std::string_view extra="")
use
util::validateIdentifier
Member
inviwo::util::map_erase_remove_if
(T &cont, Pred pred)
use std::erase_if
Member
inviwo::util::PrecsionType
Use
PrecisionType
instead
Member
inviwo::util::PrecsionValueType
Use
PrecisionValueType
instead
Member
inviwo::utilgl::LineWidthState
glLineWidth is not supported by all OpenGL implementations for widths different from 1.0
Generated by
1.18.0