disguise developers

Designer Plugins

Plugins for Disguise Designer software.

vector

Reflection of the std::vector class from the C++ standard library

Base class: _BlipValue

Variables

extend : Callable

moveItem : Callable

remove : Callable

Constructors

__init__(self)

Default constructor for vector

__init__(self, arg0: int)

Construct a vector at a given size

__init__(self, other: vector[T])

Copy constructor for vector

Methods

append(self, arg0: List[int])

Add a new element to the end of the vector

insert(self, i, val) -> Any

Insert a value at a given index in the vector

Parameters:

resize(self, arg0: int)

Change the size of the vector

Special Methods

__repr__(self) -> Any

String representation of the vector

__str__(self) -> Any

String representation of the vector