Package fife :: Module fife :: Class ModelCoordinateVector
[hide private]
[frames] | no frames]

Class ModelCoordinateVector

source code

_object --+
          |
         ModelCoordinateVector

Proxy of C++ std::vector<(FIFE::ModelCoordinate)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
iterator(self)
iterator(ModelCoordinateVector self) -> SwigPyIterator
source code
 
__iter__(self) source code
 
__nonzero__(self)
__nonzero__(ModelCoordinateVector self) -> bool
source code
 
__bool__(self)
__bool__(ModelCoordinateVector self) -> bool
source code
 
__len__(self)
__len__(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::size_type
source code
 
pop(self)
pop(ModelCoordinateVector self) -> Point3D
source code
 
__getslice__(self, *args)
__getslice__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, std::vector< FIFE::PointType3D< int > >::difference_type j) -> std::vector< FIFE::PointType3D< int32_t >,std::allocator< FIFE::PointType3D< int32_t > > > *
source code
 
__setslice__(self, *args)
__setslice__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, std::vector< FIFE::PointType3D< int > >::difference_type j, ...
source code
 
__delslice__(self, *args)
__delslice__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, std::vector< FIFE::PointType3D< int > >::difference_type j)
source code
 
__delitem__(self, *args)
__delitem__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i) __delitem__(ModelCoordinateVector self, PySliceObject * slice)
source code
 
__getitem__(self, *args)
__getitem__(ModelCoordinateVector self, PySliceObject * slice) -> std::vector< FIFE::PointType3D< int32_t >,std::allocator< FIFE::PointType3D< int32_t > > > __getitem__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i) -> Point3D
source code
 
__setitem__(self, *args)
__setitem__(ModelCoordinateVector self, PySliceObject * slice, std::vector< FIFE::PointType3D< int32_t >,std::allocator< FIFE::PointType3D< int32_t > > > const & v) __setitem__(ModelCoordinateVector self, PySliceObject * slice) __setitem__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, Point3D x)
source code
 
append(self, *args)
append(ModelCoordinateVector self, Point3D x)
source code
 
empty(self)
empty(ModelCoordinateVector self) -> bool
source code
 
size(self)
size(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::size_type
source code
 
clear(self)
clear(ModelCoordinateVector self)
source code
 
swap(self, *args)
swap(ModelCoordinateVector self, ModelCoordinateVector v)
source code
 
get_allocator(self)
get_allocator(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::allocator_type
source code
 
begin(self)
begin(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::iterator
source code
 
end(self)
end(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::iterator
source code
 
rbegin(self)
rbegin(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::reverse_iterator
source code
 
rend(self)
rend(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::reverse_iterator
source code
 
pop_back(self)
pop_back(ModelCoordinateVector self)
source code
 
erase(self, *args)
erase(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::iterator pos) -> std::vector< FIFE::PointType3D< int > >::iterator erase(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::iterator first, std::vector< FIFE::PointType3D< int > >::iterator last) -> std::vector< FIFE::PointType3D< int > >::iterator
source code
 
__init__(self, *args)
__init__(std::vector<(FIFE::ModelCoordinate)> self) -> ModelCoordinateVector __init__(std::vector<(FIFE::ModelCoordinate)> self, ModelCoordinateVector arg2) -> ModelCoordinateVector __init__(std::vector<(FIFE::ModelCoordinate)> self, std::vector< FIFE::PointType3D< int > >::size_type size) -> ModelCoordinateVector __init__(std::vector<(FIFE::ModelCoordinate)> self, std::vector< FIFE::PointType3D< int > >::size_type size, Point3D value) -> ModelCoordinateVector
source code
 
push_back(self, *args)
push_back(ModelCoordinateVector self, Point3D x)
source code
 
front(self)
front(ModelCoordinateVector self) -> Point3D
source code
 
back(self)
back(ModelCoordinateVector self) -> Point3D
source code
 
assign(self, *args)
assign(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::size_type n, Point3D x)
source code
 
resize(self, *args)
resize(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::size_type new_size) resize(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::size_type new_size, Point3D x)
source code
 
insert(self, *args)
insert(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::iterator pos, Point3D x) -> std::vector< FIFE::PointType3D< int > >::iterator...
source code
 
reserve(self, *args)
reserve(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::size_type n)
source code
 
capacity(self)
capacity(ModelCoordinateVector self) -> std::vector< FIFE::PointType3D< int > >::size_type
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_ModelCoordinateVector
  __del__ = lambda self:
Method Details [hide private]

__setslice__(self, *args)
(Slice assignment operator)

source code 

__setslice__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, std::vector< FIFE::PointType3D< int > >::difference_type j, 
    std::vector< FIFE::PointType3D< int32_t >,std::allocator< FIFE::PointType3D< int32_t > > > const & v=std::vector< FIFE::PointType3D< int >,std::allocator< FIFE::PointType3D< int > > >())
__setslice__(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::difference_type i, std::vector< FIFE::PointType3D< int > >::difference_type j)

insert(self, *args)

source code 

insert(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::iterator pos, Point3D x) -> std::vector< FIFE::PointType3D< int > >::iterator
insert(ModelCoordinateVector self, std::vector< FIFE::PointType3D< int > >::iterator pos, std::vector< FIFE::PointType3D< int > >::size_type n, 
    Point3D x)