OGLplus (0.52.0) a C++ wrapper for OpenGL

command.hpp File Reference

Wrapper for the NV_path_rendering command enumeration. More...

#include <oglplus/enumerations.hpp>
#include <oglplus/enums/ext/nv_path_command.ipp>
#include <oglplus/enums/ext/nv_path_command_range.ipp>

Go to the source code of this file.

Namespaces

 oglplus
 All definitions of OGLplus are nested in the oglplus namespace.
 

Enumerations

enum  oglplus::PathNVCommand : GLubyte {
  oglplus::PathNVCommand::Close,
  oglplus::PathNVCommand::MoveTo,
  oglplus::PathNVCommand::RelativeMoveTo,
  oglplus::PathNVCommand::LineTo,
  oglplus::PathNVCommand::RelativeLineTo,
  oglplus::PathNVCommand::HorizontalLineTo,
  oglplus::PathNVCommand::RelativeHorizontalLineTo,
  oglplus::PathNVCommand::VerticalLineTo,
  oglplus::PathNVCommand::RelativeVerticalLineTo,
  oglplus::PathNVCommand::QuadraticCurveTo,
  oglplus::PathNVCommand::RelativeQuadraticCurveTo,
  oglplus::PathNVCommand::CubicCurveTo,
  oglplus::PathNVCommand::RelativeCubicCurveTo,
  oglplus::PathNVCommand::SmoothQuadraticCurveTo,
  oglplus::PathNVCommand::RelativeSmoothQuadraticCurveTo,
  oglplus::PathNVCommand::SmoothCubicCurveTo,
  oglplus::PathNVCommand::RelativeSmoothCubicCurveTo,
  oglplus::PathNVCommand::SmallCCWArcTo,
  oglplus::PathNVCommand::RelativeSmallCCWArcTo,
  oglplus::PathNVCommand::SmallCWArcTo,
  oglplus::PathNVCommand::RelativeSmallCWArcTo,
  oglplus::PathNVCommand::LargeCCWArcTo,
  oglplus::PathNVCommand::RelativeLargeCCWArcTo,
  oglplus::PathNVCommand::LargeCWArcTo,
  oglplus::PathNVCommand::RelativeLargeCWArcTo,
  oglplus::PathNVCommand::Restart,
  oglplus::PathNVCommand::DupFirstCubicCurveTo,
  oglplus::PathNVCommand::DupLastCubicCurveTo,
  oglplus::PathNVCommand::Rect,
  oglplus::PathNVCommand::CircularCCWArcTo,
  oglplus::PathNVCommand::CircularCWArcTo,
  oglplus::PathNVCommand::CircularTangentArcTo,
  oglplus::PathNVCommand::ArcTo,
  oglplus::PathNVCommand::RelativeArcTo
}
 Path specification command enumeration. More...
 

Detailed Description

Wrapper for the NV_path_rendering command enumeration.

Author
Matus Chochlik

Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).