pcl
latest

Tutorials:

  • Table of contents
  • Basic Usage
  • Advanced Usage
  • Features
  • Filtering
  • I/O
  • Keypoints
  • KdTree
  • Octree
  • Range Images
  • Recognition
  • Registration
  • Sample Consensus
  • Segmentation
  • Surface
  • Visualization
  • Applications
  • GPU

Advanced Topics:

  • Compiling PCL
  • Developing PCL code
  • Committing changes to the git master
  • Improving the PCL documentation
  • How to build a minimal example

API documentation:

  • Library API
pcl
  • Docs »
  • File io_operators.h
  • Edit on GitHub

File io_operators.h¶

↰ Parent directory (pcl\io\include\pcl\io\ply)

defines output operators for int8 and uint8

Contents

  • Definition (pcl\io\include\pcl\io\ply\io_operators.h)

  • Detailed Description

  • Includes

  • Included By

  • Namespaces

  • Functions

Definition (pcl\io\include\pcl\io\ply\io_operators.h)¶

  • Program Listing for File io_operators.h

Detailed Description¶

Ares Lagae as part of libply, Nizar Sallem

Includes¶

  • istream

  • limits (File limits.hpp)

  • ostream

Included By¶

  • File ply_parser.h

Namespaces¶

  • Namespace pcl

  • Namespace pcl::io

  • Namespace pcl::io::ply

  • Namespace pcl::io::ply::io_operators

Functions¶

  • Function pcl::io::ply::io_operators::operator<<(std::ostream&, uint8)

  • Function pcl::io::ply::io_operators::operator<<(std::ostream&, int8)

  • Function pcl::io::ply::io_operators::operator>>(std::istream&, uint8&)

  • Function pcl::io::ply::io_operators::operator>>(std::istream&, int8&)


© Copyright 2019, open perception foundation Revision f5649757.

Built with Sphinx using a theme provided by Read the Docs.