Point Cloud Library (PCL)  1.3.1
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
 This represents a bivariate polynomial and provides some functionality for it. More...

Namespaces

namespace  pcl
 

Software License Agreement (BSD License)


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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines