Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
bivariate_polynomial.h File Reference
#include <fstream>
#include <iostream>
#include <pcl/common/impl/bivariate_polynomial.hpp>
Include dependency graph for bivariate_polynomial.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcl::BivariatePolynomialT< real >
 This represents a bivariate polynomial and provides some functionality for it. More...
 

Namespaces

namespace  pcl
 

Typedefs

typedef BivariatePolynomialT
< double > 
pcl::BivariatePolynomiald
 
typedef BivariatePolynomialT
< float > 
pcl::BivariatePolynomial
 

Functions

template<typename real >
std::ostream & pcl::operator<< (std::ostream &os, const BivariatePolynomialT< real > &p)