MCPcopy Create free account

hub / github.com/PRBonn/depth_clustering / types & classes

Types & classes120 in github.com/PRBonn/depth_clustering

↓ 85 callersClassSpanParams
src/projections/projection_params.h:33
↓ 55 callersClassPixelCoord
* @brief Pixel coordinates structure */
src/image_labelers/pixel_coords.h:31
↓ 11 callersClassCmdLineParseException
* Thrown from CmdLine when the arguments on the command line are not * properly specified, e.g. too many arguments, required argument missing, etc.
src/tclap/ArgException.h:143
↓ 11 callersClassRichPoint
* @brief A point class that holds additional ring information */
src/utils/rich_point.h:32
↓ 8 callersClassArgParseException
* Thrown from within the child Arg classes when it fails to properly * parse the argument it has been passed. */
src/tclap/ArgException.h:121
↓ 8 callersClassPose
* @brief Extends Eigen::Affine transform adding useful functionality to it */
src/utils/pose.h:35
↓ 5 callersClassProjectionParams
* @brief Class for projection parameters. */
src/projections/projection_params.h:78
↓ 5 callersClassSpecificationException
* Thrown from Arg and CmdLine when an Arg is improperly specified, e.g. * same flag as another Arg, same name, etc. */
src/tclap/ArgException.h:167
↓ 4 callersClassDepthGroundRemover
* @brief A class to remove ground based upon depth image * @details Given a depth image and image config this class should remove the *
src/ground_removal/depth_ground_remover.h:44
↓ 4 callersClassExitException
src/tclap/ArgException.h:187
↓ 4 callersClassPixelCoord
src/image_labelers/dijkstra_image_labeler.h:42
↓ 3 callersClassFolderReader
* @brief Reads a folder and can sort the inputs. Not too efficient. */
src/utils/folder_reader.h:43
↓ 2 callersClassWeightedPixelCoord
src/image_labelers/dijkstra_image_labeler.h:50
↓ 1 callersClassDrawableCloud
src/qt/drawables/drawable_cloud.h:26
↓ 1 callersClassDrawableCube
src/qt/drawables/drawable_cube.h:31
↓ 1 callersClassDrawablePolygon3d
src/qt/drawables/drawable_polygon3d.h:32
↓ 1 callersClassXorHandler
* This class handles lists of Arg's that are to be XOR'd on the command * line. This is used by CmdLine and you shouldn't ever use it. */
src/tclap/XorHandler.h:38
ClassAbstractClient
src/communication/abstract_client.h:34
ClassAbstractClusterer
* @brief Class for abstract clusterer. */
src/clusterers/abstract_clusterer.h:36
ClassAbstractDiff
* @brief Class for abstract difference. */
src/image_labelers/diff_helpers/abstract_diff.h:34
ClassAbstractImageLabeler
* @brief Class for abstract image labeler. * @details This class is responsible for labeling an given depth image based * on the
src/image_labelers/abstract_image_labeler.h:43
ClassAbstractSender
src/communication/abstract_sender.h:46
ClassAngleDiff
* @brief Class for angle difference. */
src/image_labelers/diff_helpers/angle_diff.h:35
ClassAngleDiffPrecomputed
* @brief Class for angle difference. */
src/image_labelers/diff_helpers/angle_diff.h:95
ClassArg
* A virtual base class that defines the essential data for all arguments. * This class, or one of its existing children, must be subclassed to do *
src/tclap/Arg.h:64
ClassArg
src/tclap/CmdLineInterface.h:35
ClassArgException
* A simple class that defines and argument exception. Should be caught * whenever a CmdLine is created and parsed. */
src/tclap/ArgException.h:36
ClassArgException
src/tclap/CmdLineOutput.h:36
ClassArgTraits
src/tclap/ArgTraits.h:79
ClassArgTraits<bool>
src/tclap/StandardTraits.h:176
ClassArgTraits<char>
src/tclap/StandardTraits.h:76
ClassArgTraits<double>
src/tclap/StandardTraits.h:164
ClassArgTraits<float>
src/tclap/StandardTraits.h:156
ClassArgTraits<int>
src/tclap/StandardTraits.h:60
ClassArgTraits<long long>
src/tclap/StandardTraits.h:85
ClassArgTraits<long>
src/tclap/StandardTraits.h:52
ClassArgTraits<short>
src/tclap/StandardTraits.h:68
ClassArgTraits<size_t>
src/tclap/StandardTraits.h:132
ClassArgTraits<std::string>
src/tclap/StandardTraits.h:195
ClassArgTraits<unsigned char>
src/tclap/StandardTraits.h:122
ClassArgTraits<unsigned int>
src/tclap/StandardTraits.h:106
ClassArgTraits<unsigned long long>
src/tclap/StandardTraits.h:143
ClassArgTraits<unsigned long>
src/tclap/StandardTraits.h:98
ClassArgTraits<unsigned short>
src/tclap/StandardTraits.h:114
ClassArgTraits<wchar_t>
src/tclap/StandardTraits.h:186
ClassBaseViewerWidget
src/qt/widgets/base_viewer_widget.h:26
ClassBbox
* @brief Class for bounding box. */
src/utils/bbox.h:36
ClassCloud
* @brief A class that stores a vector of RichPoints * @details A utility class for storing points. If PCL is available has ways *
src/utils/cloud.h:51
ClassCloudOdomRosSubscriber
* @brief Class for cloud odom ros subscriber. */
src/ros_bridge/cloud_odom_ros_subscriber.h:44
ClassCloudProjection
* @brief Abstract class for cloud projection. */
src/projections/cloud_projection.h:45
ClassCloudProjection::PointContainer
* @brief Class for point container. */
src/projections/cloud_projection.h:147
ClassCloudSaver
src/visualization/cloud_saver.h:73
ClassCmdLine
* The base class that manages the command line definition and passes * along the parsing to the appropriate Arg classes. */
src/tclap/CmdLine.h:70
ClassCmdLineInterface
* The base class that manages the command line definition and passes * along the parsing to the appropriate Arg classes. */
src/tclap/CmdLineInterface.h:43
ClassCmdLineInterface
src/tclap/CmdLineOutput.h:35
ClassCmdLineOutput
src/tclap/CmdLineInterface.h:36
ClassCmdLineOutput
* The interface that any output object must implement. */
src/tclap/CmdLineOutput.h:41
ClassConstraint
src/tclap/Constraint.h:38
ClassDepthMapSaver
src/visualization/cloud_saver.h:54
ClassDiffFactory
src/image_labelers/diff_helpers/diff_factory.h:34
EnumDiffType
src/image_labelers/diff_helpers/diff_factory.h:36
ClassDijkstraImageLabeler
src/image_labelers/dijkstra_image_labeler.h:40
EnumDirection
src/projections/projection_params.h:38
ClassDocBookOutput
* A class that generates DocBook output for usage() method for the * given CmdLine and its Args. */
src/tclap/DocBookOutput.h:43
ClassDrawable
src/qt/drawables/drawable.h:26
ClassEuclideanClusterer
* @brief Class for euclidean clustering. */
src/clusterers/euclidean_clusterer.h:48
ClassHashQueue
src/image_labelers/hash_queue.h:31
ClassHelpVisitor
* A Visitor object that calls the usage method of the given CmdLineOutput * object for the specified CmdLine object. */
src/tclap/HelpVisitor.h:35
ClassIUpdateListener
src/visualization/visualizer.h:23
ClassIdentifiable
* @brief Class for identifiable. */
src/communication/identifiable.h:33
ClassIgnoreRestVisitor
* A Vistor that tells the CmdLine to begin ignoring arguments after * this one is parsed. */
src/tclap/IgnoreRestVisitor.h:35
ClassImageBasedClusterer
src/clusterers/image_based_clusterer.h:52
ClassIsRadians
src/utils/radians.h:44
ClassLineDistDiff
* @brief Class for line-based difference. It is very alike to AngleDiff * class, just that after we have computed the angle, we comp
src/image_labelers/diff_helpers/line_dist_diff.h:38
ClassLineDistDiffPrecomputed
* @brief Class for angle difference. */
src/image_labelers/diff_helpers/line_dist_diff.h:98
ClassLinearImageLabeler
src/image_labelers/linear_image_labeler.h:41
ClassMultiArg
src/tclap/MultiArg.h:39
ClassMultiSwitchArg
* A multiple switch argument. If the switch is set on the command line, then * the getValue method will return the number of times the switch appears
src/tclap/MultiSwitchArg.h:39
ClassObjectPainter
src/qt/drawables/object_painter.h:41
ClassObjectPtrStorer
src/visualization/visualizer.h:28
ClassOpenGlFolderPlayer
src/qt/widgets/opengl_folder_player.h:45
ClassOptionalUnlabeledTracker
src/tclap/OptionalUnlabeledTracker.h:31
EnumOrder
src/utils/folder_reader.h:45
EnumOutlineType
src/qt/drawables/object_painter.h:48
ClassPointContainer
src/projections/cloud_projection.h:46
ClassRadians
src/utils/radians.h:29
ClassRingProjection
* @brief Class for ring projection. */
src/projections/ring_projection.h:38
EnumSenderType
src/communication/abstract_sender.h:34
EnumSet
src/projections/projection_params.h:83
ClassSimpleDiff
* @brief Class for simple difference. Just substract two values. */
src/image_labelers/diff_helpers/simple_diff.h:31
ClassSphericalProjection
* @brief Class for spherical projection. */
src/projections/spherical_projection.h:37
ClassStdOutput
* A class that isolates any output from the CmdLine object so that it * may be easily modified. */
src/tclap/StdOutput.h:43
ClassStringLike
* A string like argument value type is a value that can be set using * operator=(string). Usefull if the value type contains spaces which * will be
src/tclap/ArgTraits.h:48
ClassStringLikeTrait
* A class can inherit from this object to make it have string like * traits. This is a compile time thing and does not add any overhead * to the inh
src/tclap/ArgTraits.h:57
ClassSwitchArg
* A simple switch argument. If the switch is set on the command line, then * the getValue method will return the opposite of the default value for t
src/tclap/SwitchArg.h:39
ClassTabbedWidget
src/qt/widgets/tabbed_widget.h:32
ClassTestAngleDiff
test/test_angle_diff.cpp:32
ClassTestClass
test/test_identifiable.cpp:31
ClassTestClient
test/test_sender_client.cpp:44
ClassTestDepthGroundRemover
test/test_ground_remove.cpp:29
next →1–100 of 120, ranked by callers