VXV::Grid Class Reference

二次元位置 More...

#include <typeUtils.h>

Inheritance diagram for VXV::Grid:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 Grid (int x, int y)
 初期値指定のコンストラクタ
 Grid (const Grid *rhs)
 コピーコンストラクタ
const Gridoperator+= (const Grid &rhs)
 演算子定義
const Grid operator+ (const Grid &rhs) const
 演算子定義
const Gridoperator-= (const Grid &rhs)
 演算子定義
Grid operator- (const Grid &rhs) const
 演算子定義
bool operator== (const Grid &rhs) const
 演算子定義

Public Attributes

int x
int y


Detailed Description

二次元位置

Definition at line 39 of file typeUtils.h.


Constructor & Destructor Documentation

VXV::Grid::Grid ( int  x,
int  y 
) [inline]

初期値指定のコンストラクタ

Parameters:
x [i] X値
y [i] Y値

Definition at line 52 of file typeUtils.h.


Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Mon Apr 13 22:52:07 2009 by  doxygen 1.5.7.1