Blender V2.61 - r43446
Defines | Functions

MT_assert.h File Reference

#include <signal.h>
#include <stdlib.h>
#include <assert.h>

Go to the source code of this file.

Defines

#define MT_CDECL
#define MT_assert(predicate)   ((void)0)
#define BREAKPOINT()   ((void)0)

Functions

MT_CDECL int MT_QueryAssert (const char *file, int line, const char *predicate, int *do_assert)

Detailed Description

Definition in file MT_assert.h.


Define Documentation

#define BREAKPOINT ( )    ((void)0)

Definition at line 57 of file MT_assert.h.

#define MT_assert (   predicate)    ((void)0)

Definition at line 56 of file MT_assert.h.

Referenced by BSP_CSGMesh::AddPolygon(), LOD_ManMesh2::AddTriangle(), MT_Vector3::angle(), MT_Vector2::angle(), BL_Uniform::Apply(), LOD_QSDecimator::Arm(), LOD_NdQSDecimator::Arm(), BL_Uniform::BL_Uniform(), LOD_MeshBounds::ComputeBounds(), LOD_ManMesh2::ConnectTriangle(), CreateMaterialFromBlenderObject(), CreateShapePropsFromBlenderObject(), LOD_ManMesh2::DeleteEdge(), LOD_ManMesh2::FaceEdges(), NG_NetworkScene::FindMessages(), KX_BlenderMaterial::GetMTFace(), BL_Shader::GetUniformLocation(), LOD_Edge::HalfEdgeFace(), GPG_Application::handleButton(), GPG_Application::handleCursorMove(), GPG_Application::handleKey(), GPG_Application::handleWheel(), GlutDrawManager::InstallDrawer(), GlutMouseManager::InstallHandler(), GlutKeyboardManager::InstallHandler(), KX_Scene::KX_Scene(), KX_TouchSensor::KX_TouchSensor(), KX_RayCast::Callback< T >::needBroadphaseRayCast(), operator/(), MT_Vector4::operator/=(), MT_Vector3::operator/=(), MT_Vector2::operator/=(), LOD_Edge::OpFace(), LOD_Edge::OpVertex(), BSP_MEdge::OpVertex(), KX_RayCast::RayTest(), LOD_ManMesh2::SC_EdgeList(), BSP_CSGMesh::SC_Face(), LOD_ManMesh2::SC_TriFace(), KX_KetsjiEngine::SetCanvas(), KX_KetsjiEngine::SetKeyboardDevice(), KX_KetsjiEngine::SetMouseDevice(), KX_KetsjiEngine::SetNetworkDevice(), KX_KetsjiEngine::SetRasterizer(), KX_KetsjiEngine::SetRenderTools(), MT_Quaternion::setRotation(), KX_KetsjiEngine::SetSceneConverter(), BL_Shader::SetUniform(), LOD_Vertex::SwapEdge(), BSP_MVertex::SwapEdge(), BSP_MEdge::SwapFace(), LOD_TriFace::SwapVertex(), LOD_Edge::SwapVertex(), KX_SlowParentRelation::UpdateChildCoordinates(), KX_VertexParentRelation::UpdateChildCoordinates(), KX_NormalParentRelation::UpdateChildCoordinates(), and KX_BoneParentRelation::UpdateChildCoordinates().

#define MT_CDECL

Definition at line 45 of file MT_assert.h.


Function Documentation

MT_CDECL int MT_QueryAssert ( const char *  file,
int  line,
const char *  predicate,
int *  do_assert 
)

Definition at line 49 of file MT_Assert.cpp.

References NULL.