Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astra-toolbox/astra-toolbox
/ functions
Functions
1,667 in github.com/astra-toolbox/astra-toolbox
⨍
Functions
1,667
◇
Types & classes
319
Function
isOfType
Returns true if the type of geometry defined in this class is the one specified in _sType. */
include/astra/ConeProjectionGeometry3D.h:147
Function
isOfType
Returns true if the type of geometry defined in this class is the one specified in _sType. * * @param _sType geometry type to compare to. * @ret
include/astra/ParallelProjectionGeometry3D.h:131
Function
isOfType
Returns true if the type of geometry defined in this class is the one specified in _sType. */
include/astra/ParallelVecProjectionGeometry2D.h:107
Function
isOfType
Returns true if the type of geometry defined in this class is the one specified in _sType. */
include/astra/ConeVecProjectionGeometry3D.h:127
Function
isParallel
include/astra/GeometryUtil2D.h:129
Function
isParallel
include/astra/GeometryUtil3D.h:183
Function
isValid
include/astra/GeometryUtil2D.h:125
Function
isValid
include/astra/GeometryUtil3D.h:179
Function
is_cuda
Check whether a projector is a CUDA projector. :param i: ID of projector. :type i: :class:`int` :returns: :class:`bool` -- True if the pr
python/astra/projector3d.py:92
Function
is_cuda
Check whether a projector is a CUDA projector. :param i: ID of projector. :type i: :class:`int` :returns: :class:`bool` -- True if the pr
python/astra/projector.py:91
Method
last_attribute
Gets last attribute of node, optionally matching attribute name. \param name Name of attribute to find, or 0 to return last attribute regardless of it
lib/include/rapidxml/rapidxml.hpp:1045
Method
last_node
Gets last child node, optionally matching node name. Behaviour is undefined if node has no children. Use first_node() to test if node has children. \p
lib/include/rapidxml/rapidxml.hpp:958
Function
link
Link a 3D array with ASTRA from another library supporting dlpack, such as numpy or pytorch. :param datatype: Data object type, '-vol' or '-s
python/astra/data3d.py:44
Function
link
Link a 2D numpy array with the toolbox. :param datatype: Data object type, '-vol' or '-sino'. :type datatype: :class:`string` :param geom
python/astra/data2d.py:55
Function
logCallBack
* Callback to print log message to Matlab window. * */
matlab/mex/mexInitFunctions.cpp:10
Method
markNodeParsed
src/Config.cpp:112
Method
markOptionParsed
src/Config.cpp:120
Function
matrix
MATLAB-like interface to the :mod:`astra.matrix` module For example: ``astra.m.matrix('delete',i)`` -- Delete a matrix.
python/astra/matlab.py:90
Function
matrix
Get sparse matrix of a projector. :param i: ID of projector. :type i: :class:`int` :returns: :class:`int` -- ID of sparse matrix.
python/astra/projector.py:102
Function
matrix_initializer
(geometry_type)
tests/python/unit/test_data_3d.py:26
Function
matrix_initializer
(geometry_type)
tests/python/unit/test_data_2d.py:22
Method
memory_pool
Constructs empty pool with default allocator functions.
lib/include/rapidxml/rapidxml.hpp:390
Function
mergeMap
include/astra/Utilities.h:106
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_data2d(type,...); */
matlab/mex/astra_mex_data2d_c.cpp:568
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_io_data(mode,...); */
matlab/mex/astra_mex_data3d_c.cpp:432
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex(type,...); */
matlab/mex/astra_mex_plugin_c.cpp:171
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_matrix(type,...); */
matlab/mex/astra_mex_matrix_c.cpp:384
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_projector(mode, ...); */
matlab/mex/astra_mex_projector_c.cpp:406
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_log(mode, ...); */
matlab/mex/astra_mex_log_c.cpp:262
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex(type,...); */
matlab/mex/astra_mex_c.cpp:249
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_direct_c(mode,...); */
matlab/mex/astra_mex_direct_c.cpp:318
Function
mexFunction
----------------------------------------------------------------------------------------- * [pid] = astra_mex_projector('read', projection_geometry, r
matlab/mex/astra_mex_projector3d_c.cpp:226
Function
mexFunction
----------------------------------------------------------------------------------------- * ... = astra_mex_algorithm(mode, ...); */
matlab/mex/astra_mex_algorithm_c.cpp:230
Function
move_vol_geom
Moves center of volume geometry to new position. :param geom: Input volume geometry :type geom: :class:`dict` :param pos: Tuple (x,y[,z])
python/astra/functions.py:123
Method
nullstr
Return empty string
lib/include/rapidxml/rapidxml.hpp:778
Method
operator()
include/astra/cuda/2d/util.h:103
Method
operator*
include/astra/GeometryUtil3D.h:248
Method
operator*
include/astra/cuda/stream_internal.h:40
Method
operator+
include/astra/GeometryUtil3D.h:239
Method
operator-
include/astra/GeometryUtil3D.h:242
Method
operator==
tests/test_AstraObjectManager.cpp:36
Method
operator==
include/astra/GeometryUtil2D.h:78
Method
operator==
include/astra/GeometryUtil2D.h:111
Method
parse
lib/include/rapidxml/rapidxml.hpp:1381
Function
parseStruct
----------------------------------------------------------------------------------------- turn a matlab struct into a c++ map
matlab/mex/mexHelpFunctions.cpp:250
Method
parse_and_append_data
lib/include/rapidxml/rapidxml.hpp:1940
Method
parse_bom
lib/include/rapidxml/rapidxml.hpp:1725
Method
parse_cdata
lib/include/rapidxml/rapidxml.hpp:1998
Method
parse_comment
lib/include/rapidxml/rapidxml.hpp:1773
Method
parse_doctype
lib/include/rapidxml/rapidxml.hpp:1814
Method
parse_element
lib/include/rapidxml/rapidxml.hpp:2037
Method
parse_error
Constructs parse error
lib/include/rapidxml/rapidxml.hpp:77
Method
parse_node
lib/include/rapidxml/rapidxml.hpp:2081
Method
parse_node_attributes
lib/include/rapidxml/rapidxml.hpp:2237
Method
parse_node_contents
lib/include/rapidxml/rapidxml.hpp:2167
Method
parse_pi
lib/include/rapidxml/rapidxml.hpp:1880
Method
parse_xml_declaration
lib/include/rapidxml/rapidxml.hpp:1738
Method
performFiltering
----------------------------------------------------------------------------------------
src/FilteredBackProjectionAlgorithm.cpp:183
Method
precomputeWeights
src/CudaSartAlgorithm.cpp:196
Method
precomputeWeights
src/CudaSirtAlgorithm3D.cpp:261
Method
precomputeWeights
src/CudaEMAlgorithm.cpp:149
Method
precomputeWeights
src/CudaSirtAlgorithm.cpp:187
Method
prepend_attribute
Prepends a new attribute to the node. \param attribute Attribute to prepend.
lib/include/rapidxml/rapidxml.hpp:1197
Method
prepend_node
Prepends a new child node. The prepended child becomes the first child, and all existing children are moved one position back. \param child Node to pr
lib/include/rapidxml/rapidxml.hpp:1076
Method
previous_attribute
Gets previous attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return previous attribute regardless of it
lib/include/rapidxml/rapidxml.hpp:836
Method
print
----------------------------------------------------------------------------- print XML Node
src/XMLNode.cpp:72
Function
proj_buffer
(dimensionality)
tests/python/unit/test_optomo.py:60
Function
proj_buffer
()
tests/python/unit/test_experimental.py:78
Function
proj_buffer
()
tests/python/unit/test_experimental_2d.py:77
Function
proj_data
(backend, proj_geom)
tests/python/integration/test_dlpack3d.py:84
Function
proj_data
(backend)
tests/python/integration/test_gpulink.py:52
Function
proj_data
(backend, proj_geom)
tests/python/integration/test_dlpack2d.py:71
Function
proj_data
(dimensionality)
tests/python/unit/test_optomo.py:52
Function
proj_data
()
tests/python/unit/test_experimental.py:73
Function
proj_data
()
tests/python/unit/test_experimental_2d.py:72
Function
proj_data_non_contiguous
(backend, proj_geom)
tests/python/integration/test_dlpack3d.py:114
Function
proj_data_non_contiguous
(backend, proj_geom)
tests/python/integration/test_dlpack2d.py:101
Function
proj_geom
(request)
tests/python/integration/test_dlpack3d.py:59
Function
proj_geom
(request)
tests/python/integration/test_dlpack2d.py:50
Function
proj_geom
(request)
tests/python/unit/test_algorithms_2d.py:23
Function
proj_geom
(request)
tests/python/unit/test_algorithms_3d.py:28
Function
proj_geom
(request)
tests/python/unit/test_experimental.py:30
Function
proj_geom
(request)
tests/python/unit/test_experimental_2d.py:26
Function
project
include/astra/CudaProjector2D.h:95
Function
project
include/astra/CudaProjector3D.h:96
Function
projectAllVoxels
include/astra/SparseMatrixProjector2D.h:170
Method
projectPoint
src/ConeVecProjectionGeometry3D.cpp:199
Method
projectPoint
src/ParallelVecProjectionGeometry3D.cpp:201
Method
projectPoint
src/ParallelProjectionGeometry3D.cpp:153
Method
projectPoint
src/CylConeVecProjectionGeometry3D.cpp:343
Function
projectSingleProjection
include/astra/CudaProjector2D.h:97
Function
projectSingleProjection
include/astra/CudaProjector3D.h:98
Function
projectSingleRay
include/astra/CudaProjector3D.h:100
Method
projectSingleRay
include/astra/DataProjector.h:132
Function
projectSingleVoxel
include/astra/SparseMatrixProjector2D.h:162
Function
projection_geometry
Get projection geometry of a projector. :param i: ID of projector. :type i: :class:`int` :returns: :class:`dict` -- projection geometry
python/astra/projector3d.py:58
Function
projection_geometry
Get projection geometry of a projector. :param i: ID of projector. :type i: :class:`int` :returns: :class:`dict` -- projection geometry
python/astra/projector.py:58
Function
projector
MATLAB-like interface to the :mod:`astra.projector` module For example: ``astra.m.projector('volume_geometry',i)`` -- Get volume geo
python/astra/matlab.py:79
Function
projector
(vol_geom, proj_geom)
tests/python/integration/test_dlpack3d.py:91
Function
projector
()
tests/python/integration/test_gpulink.py:39
← previous
next →
1,201–1,300 of 1,667, ranked by callers